Shades of Cornflower Blue #668BEB
Tints of Cornflower Blue #668BEB
RGB
CMYK
RGB Variations
Color information
#668BEB (or 0x668BEB) is known color: Cornflower Blue. HEX triplet: 66, 8B and EB. RGB value is (102,139,235). Sum of RGB (Red+Green+Blue) = 102+139+235=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #668BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BEB is #997414. Grayscale: #8A8A8A. Windows color (decimal): -10056725 or 15436646. OLE color: 15436646.
HSL color Cylindrical-coordinate representation of color #668BEB: hue angle of 223.31º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668BEB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 139 | 235 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.08 |
| HSL | 223.31º | 0.77% | 0.66% | - |
| HSV(B) | 223.31º | 0.57% | 0.92% | - |
| XYZ | 29.71 | 27.29 | 82.3 | - |
| YUV | 138.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 235 | 0.57 | 0.41 | 0 | 0.08 | 223.31 | 0.77 | 0.66 |
| Hex | 66 | 8B | EB | 39 | 29 | 0 | 8 | DF | 4D | 42 |
| Octal | 146 | 213 | 353 | 71 | 51 | 0 | 10 | 337 | 115 | 102 |
| Binary | 1100110 | 10001011 | 11101011 | 111001 | 101001 | 0 | 1000 | 11011111 | 1001101 | 1000010 |
Color Harmonies of #668BEB
Complementary color
Monochromatic Colors of #668BEB
Black with #668BEB
Text Example
Text Example
White with #668BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BEB; }
p { color: rgb(102,139,235); }
H1.HeaderClassName
{
color: #668BEB;
}
.AnyTagClassName
{
color: #668BEB;
}
</style>
background-color css
<style>
a { background-color: #668BEB; }
a { background-color: rgb(102,139,235); }
div.DivClassName
{
background-color: #668BEB;
}
.BgClassName
{
background-color: #668BEB;
}
</style>
border-color css
<style>
span { border-color: #668BEB; }
span { border-color: rgb(102,139,235); }
td.TdClassName
{
border-color: #668BEB;
}
.TagClassName
{
border-color: #668BEB;
}
</style>