Shades of Cornflower Blue #668CF8
Tints of Cornflower Blue #668CF8
RGB
CMYK
RGB Variations
Color information
#668CF8 (or 0x668CF8) is known color: Cornflower Blue. HEX triplet: 66, 8C and F8. RGB value is (102,140,248). Sum of RGB (Red+Green+Blue) = 102+140+248=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #668CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CF8 is #997307. Grayscale: #8C8C8C. Windows color (decimal): -10056456 or 16288870. OLE color: 16288870.
HSL color Cylindrical-coordinate representation of color #668CF8: hue angle of 224.38º 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 #668CF8 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 140 | 248 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.03 |
| HSL | 224.38º | 0.91% | 0.69% | - |
| HSV(B) | 224.38º | 0.59% | 0.97% | - |
| XYZ | 31.8 | 28.36 | 92.6 | - |
| YUV | 140.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 248 | 0.59 | 0.44 | 0 | 0.03 | 224.38 | 0.91 | 0.69 |
| Hex | 66 | 8C | F8 | 3B | 2C | 0 | 3 | E0 | 5B | 45 |
| Octal | 146 | 214 | 370 | 73 | 54 | 0 | 3 | 340 | 133 | 105 |
| Binary | 1100110 | 10001100 | 11111000 | 111011 | 101100 | 0 | 11 | 11100000 | 1011011 | 1000101 |
Color Harmonies of #668CF8
Complementary color
Monochromatic Colors of #668CF8
Black with #668CF8
Text Example
Text Example
White with #668CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CF8; }
p { color: rgb(102,140,248); }
H1.HeaderClassName
{
color: #668CF8;
}
.AnyTagClassName
{
color: #668CF8;
}
</style>
background-color css
<style>
a { background-color: #668CF8; }
a { background-color: rgb(102,140,248); }
div.DivClassName
{
background-color: #668CF8;
}
.BgClassName
{
background-color: #668CF8;
}
</style>
border-color css
<style>
span { border-color: #668CF8; }
span { border-color: rgb(102,140,248); }
td.TdClassName
{
border-color: #668CF8;
}
.TagClassName
{
border-color: #668CF8;
}
</style>