#668EF8

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

Shades of Cornflower Blue #668EF8

Tints of Cornflower Blue #668EF8

Color information

#668EF8 (or 0x668EF8) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8E and F8. RGB value is (102,142,248). Sum of RGB (Red+Green+Blue) = 102+142+248=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #668EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668EF8 is #997107. Grayscale: #8D8D8D. Windows color (decimal): -10055944 or 16289382. OLE color: 16289382.

HSL color Cylindrical-coordinate representation of color #668EF8: hue angle of 223.56º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668EF8 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102142248-
CMYK0.590.4300.03
HSL223.56º91.25%68.63%-
HSV(B)223.56º58.87%97.25%-
XYZ32.128.9592.7-
YUV142.12187.7599.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.73%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 248 (97.27% from 255) = 50.41%
R=20.73%
G=28.86%
B=50.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1021422480.590.4300.03223.5691.2568.63
Hex668EF83B2B03e05b45
Octal146216370735303340133105
Binary110011010001110111110001110111010110111110000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668EF8; }

 p { color: rgb(102,142,248); }

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

<style>
 a { background-color: #668EF8; }

 a { background-color: rgb(102,142,248); }

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

<style>
 span { border-color: #668EF8; }

 span { border-color: rgb(102,142,248); }

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