Shades of Cornflower Blue #668BF9
Tints of Cornflower Blue #668BF9
RGB
CMYK
RGB Variations
Color information
#668BF9 (or 0x668BF9) is known color: Cornflower Blue. HEX triplet: 66, 8B and F9. RGB value is (102,139,249). Sum of RGB (Red+Green+Blue) = 102+139+249=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #668BF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BF9 is #997406. Grayscale: #8C8C8C. Windows color (decimal): -10056711 or 16354150. OLE color: 16354150.
HSL color Cylindrical-coordinate representation of color #668BF9: hue angle of 224.9º degrees, saturation: 0.92, 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 #668BF9 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 139 | 249 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 224.9º | 0.92% | 0.69% | - |
| HSV(B) | 224.9º | 0.59% | 0.98% | - |
| XYZ | 31.81 | 28.13 | 93.38 | - |
| YUV | 140.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 249 | 0.59 | 0.44 | 0 | 0.02 | 224.9 | 0.92 | 0.69 |
| Hex | 66 | 8B | F9 | 3B | 2C | 0 | 2 | E1 | 5C | 45 |
| Octal | 146 | 213 | 371 | 73 | 54 | 0 | 2 | 341 | 134 | 105 |
| Binary | 1100110 | 10001011 | 11111001 | 111011 | 101100 | 0 | 10 | 11100001 | 1011100 | 1000101 |
Color Harmonies of #668BF9
Complementary color
Monochromatic Colors of #668BF9
Black with #668BF9
Text Example
Text Example
White with #668BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BF9; }
p { color: rgb(102,139,249); }
H1.HeaderClassName
{
color: #668BF9;
}
.AnyTagClassName
{
color: #668BF9;
}
</style>
background-color css
<style>
a { background-color: #668BF9; }
a { background-color: rgb(102,139,249); }
div.DivClassName
{
background-color: #668BF9;
}
.BgClassName
{
background-color: #668BF9;
}
</style>
border-color css
<style>
span { border-color: #668BF9; }
span { border-color: rgb(102,139,249); }
td.TdClassName
{
border-color: #668BF9;
}
.TagClassName
{
border-color: #668BF9;
}
</style>