Shades of Cornflower Blue #668CFB
Tints of Cornflower Blue #668CFB
RGB
CMYK
RGB Variations
Color information
#668CFB (or 0x668CFB) is known color: Cornflower Blue. HEX triplet: 66, 8C and FB. RGB value is (102,140,251). Sum of RGB (Red+Green+Blue) = 102+140+251=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #668CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CFB is #997304. Grayscale: #8C8C8C. Windows color (decimal): -10056453 or 16485478. OLE color: 16485478.
HSL color Cylindrical-coordinate representation of color #668CFB: hue angle of 224.7º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668CFB is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 140 | 251 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 224.7º | 0.95% | 0.69% | - |
| HSV(B) | 224.7º | 0.59% | 0.98% | - |
| XYZ | 32.27 | 28.55 | 95.08 | - |
| YUV | 141.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 251 | 0.59 | 0.44 | 0 | 0.02 | 224.7 | 0.95 | 0.69 |
| Hex | 66 | 8C | FB | 3B | 2C | 0 | 2 | E1 | 5F | 45 |
| Octal | 146 | 214 | 373 | 73 | 54 | 0 | 2 | 341 | 137 | 105 |
| Binary | 1100110 | 10001100 | 11111011 | 111011 | 101100 | 0 | 10 | 11100001 | 1011111 | 1000101 |
Color Harmonies of #668CFB
Complementary color
Monochromatic Colors of #668CFB
Black with #668CFB
Text Example
Text Example
White with #668CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CFB; }
p { color: rgb(102,140,251); }
H1.HeaderClassName
{
color: #668CFB;
}
.AnyTagClassName
{
color: #668CFB;
}
</style>
background-color css
<style>
a { background-color: #668CFB; }
a { background-color: rgb(102,140,251); }
div.DivClassName
{
background-color: #668CFB;
}
.BgClassName
{
background-color: #668CFB;
}
</style>
border-color css
<style>
span { border-color: #668CFB; }
span { border-color: rgb(102,140,251); }
td.TdClassName
{
border-color: #668CFB;
}
.TagClassName
{
border-color: #668CFB;
}
</style>