#768bee

Color #768BEE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #768BEE

Tints of Cornflower Blue #768BEE

Color information

#768BEE (or 0x768BEE) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8B and EE. RGB value is (118,139,238). Sum of RGB (Red+Green+Blue) = 118+139+238=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #768BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BEE is #897411. Grayscale: #8F8F8F. Windows color (decimal): -9008146 or 15633270. OLE color: 15633270.

HSL color Cylindrical-coordinate representation of color #768BEE: hue angle of 229.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768BEE is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118139238-
CMYK0.500.4200.07
HSL229.5º77.92%69.8%-
HSV(B)229.5º50.42%93.33%-
XYZ32.1428.4984.69-
YUV144.01181.04109.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 23.84%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 238 (93.36% from 255) = 48.08%
R=23.84%
G=28.08%
B=48.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181392380.500.4200.07229.577.9269.8
Hex768BEE322A07e64e46
Octal166213356625207346116106
Binary1110110100010111110111011001010101001111110011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768bee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768bee; }

 p { color: rgb(118,139,238); }

 H1.HeaderClassName
 {
   color: #768bee;
 }
 .AnyTagClassName
 {
   color: #768bee;
 }
</style>
background-color css

<style>
 a { background-color: #768bee; }

 a { background-color: rgb(118,139,238); }

 div.DivClassName
 {
   background-color: #768bee;
 }
 .BgClassName
 {
   background-color: #768bee;
 }
</style>
border-color css

<style>
 span { border-color: #768bee; }

 span { border-color: rgb(118,139,238); }

 td.TdClassName
 {
   border-color: #768bee;
 }
 .TagClassName
 {
   border-color: #768bee;
 }
</style>