Shades of Cornflower Blue #668BEF
Tints of Cornflower Blue #668BEF
RGB
CMYK
RGB Variations
Color information
#668BEF (or 0x668BEF) is known color: Cornflower Blue. HEX triplet: 66, 8B and EF. RGB value is (102,139,239). Sum of RGB (Red+Green+Blue) = 102+139+239=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #668BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BEF is #997410. Grayscale: #8A8A8A. Windows color (decimal): -10056721 or 15698790. OLE color: 15698790.
HSL color Cylindrical-coordinate representation of color #668BEF: hue angle of 223.8º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668BEF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 139 | 239 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.06 |
| HSL | 223.8º | 0.81% | 0.67% | - |
| HSV(B) | 223.8º | 0.57% | 0.94% | - |
| XYZ | 30.29 | 27.52 | 85.38 | - |
| YUV | 139.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 239 | 0.57 | 0.42 | 0 | 0.06 | 223.8 | 0.81 | 0.67 |
| Hex | 66 | 8B | EF | 39 | 2A | 0 | 6 | E0 | 51 | 43 |
| Octal | 146 | 213 | 357 | 71 | 52 | 0 | 6 | 340 | 121 | 103 |
| Binary | 1100110 | 10001011 | 11101111 | 111001 | 101010 | 0 | 110 | 11100000 | 1010001 | 1000011 |
Color Harmonies of #668BEF
Complementary color
Monochromatic Colors of #668BEF
Black with #668BEF
Text Example
Text Example
White with #668BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BEF; }
p { color: rgb(102,139,239); }
H1.HeaderClassName
{
color: #668BEF;
}
.AnyTagClassName
{
color: #668BEF;
}
</style>
background-color css
<style>
a { background-color: #668BEF; }
a { background-color: rgb(102,139,239); }
div.DivClassName
{
background-color: #668BEF;
}
.BgClassName
{
background-color: #668BEF;
}
</style>
border-color css
<style>
span { border-color: #668BEF; }
span { border-color: rgb(102,139,239); }
td.TdClassName
{
border-color: #668BEF;
}
.TagClassName
{
border-color: #668BEF;
}
</style>