Shades of Cornflower Blue #668FEB
Tints of Cornflower Blue #668FEB
RGB
CMYK
RGB Variations
Color information
#668FEB (or 0x668FEB) is known color: Cornflower Blue. HEX triplet: 66, 8F and EB. RGB value is (102,143,235). Sum of RGB (Red+Green+Blue) = 102+143+235=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #668FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668FEB is #997014. Grayscale: #8C8C8C. Windows color (decimal): -10055701 or 15437670. OLE color: 15437670.
HSL color Cylindrical-coordinate representation of color #668FEB: hue angle of 221.5º 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 #668FEB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 143 | 235 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.08 |
| HSL | 221.5º | 0.77% | 0.66% | - |
| HSV(B) | 221.5º | 0.57% | 0.92% | - |
| XYZ | 30.3 | 28.47 | 82.5 | - |
| YUV | 141.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 235 | 0.57 | 0.39 | 0 | 0.08 | 221.5 | 0.77 | 0.66 |
| Hex | 66 | 8F | EB | 39 | 27 | 0 | 8 | DE | 4D | 42 |
| Octal | 146 | 217 | 353 | 71 | 47 | 0 | 10 | 336 | 115 | 102 |
| Binary | 1100110 | 10001111 | 11101011 | 111001 | 100111 | 0 | 1000 | 11011110 | 1001101 | 1000010 |
Color Harmonies of #668FEB
Complementary color
Monochromatic Colors of #668FEB
Black with #668FEB
Text Example
Text Example
White with #668FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FEB; }
p { color: rgb(102,143,235); }
H1.HeaderClassName
{
color: #668FEB;
}
.AnyTagClassName
{
color: #668FEB;
}
</style>
background-color css
<style>
a { background-color: #668FEB; }
a { background-color: rgb(102,143,235); }
div.DivClassName
{
background-color: #668FEB;
}
.BgClassName
{
background-color: #668FEB;
}
</style>
border-color css
<style>
span { border-color: #668FEB; }
span { border-color: rgb(102,143,235); }
td.TdClassName
{
border-color: #668FEB;
}
.TagClassName
{
border-color: #668FEB;
}
</style>