Shades of Cornflower Blue #668EDF
Tints of Cornflower Blue #668EDF
RGB
CMYK
RGB Variations
Color information
#668EDF (or 0x668EDF) is known color: Cornflower Blue. HEX triplet: 66, 8E and DF. RGB value is (102,142,223). Sum of RGB (Red+Green+Blue) = 102+142+223=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #668EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EDF is #997120. Grayscale: #8A8A8A. Windows color (decimal): -10055969 or 14650982. OLE color: 14650982.
HSL color Cylindrical-coordinate representation of color #668EDF: hue angle of 220.17º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668EDF is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 142 | 223 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.13 |
| HSL | 220.17º | 0.65% | 0.64% | - |
| HSV(B) | 220.17º | 0.54% | 0.87% | - |
| XYZ | 28.47 | 27.5 | 73.62 | - |
| YUV | 139.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 223 | 0.54 | 0.36 | 0 | 0.13 | 220.17 | 0.65 | 0.64 |
| Hex | 66 | 8E | DF | 36 | 24 | 0 | D | DC | 41 | 40 |
| Octal | 146 | 216 | 337 | 66 | 44 | 0 | 15 | 334 | 101 | 100 |
| Binary | 1100110 | 10001110 | 11011111 | 110110 | 100100 | 0 | 1101 | 11011100 | 1000001 | 1000000 |
Color Harmonies of #668EDF
Complementary color
Monochromatic Colors of #668EDF
Black with #668EDF
Text Example
Text Example
White with #668EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EDF; }
p { color: rgb(102,142,223); }
H1.HeaderClassName
{
color: #668EDF;
}
.AnyTagClassName
{
color: #668EDF;
}
</style>
background-color css
<style>
a { background-color: #668EDF; }
a { background-color: rgb(102,142,223); }
div.DivClassName
{
background-color: #668EDF;
}
.BgClassName
{
background-color: #668EDF;
}
</style>
border-color css
<style>
span { border-color: #668EDF; }
span { border-color: rgb(102,142,223); }
td.TdClassName
{
border-color: #668EDF;
}
.TagClassName
{
border-color: #668EDF;
}
</style>