Shades of Cornflower Blue #668FEA
Tints of Cornflower Blue #668FEA
RGB
CMYK
RGB Variations
Color information
#668FEA (or 0x668FEA) is known color: Cornflower Blue. HEX triplet: 66, 8F and EA. RGB value is (102,143,234). Sum of RGB (Red+Green+Blue) = 102+143+234=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #668FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668FEA is #997015. Grayscale: #8C8C8C. Windows color (decimal): -10055702 or 15372134. OLE color: 15372134.
HSL color Cylindrical-coordinate representation of color #668FEA: hue angle of 221.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668FEA is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 143 | 234 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.08 |
| HSL | 221.36º | 0.76% | 0.66% | - |
| HSV(B) | 221.36º | 0.56% | 0.92% | - |
| XYZ | 30.15 | 28.41 | 81.74 | - |
| YUV | 141.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 234 | 0.56 | 0.39 | 0 | 0.08 | 221.36 | 0.76 | 0.66 |
| Hex | 66 | 8F | EA | 38 | 27 | 0 | 8 | DD | 4C | 42 |
| Octal | 146 | 217 | 352 | 70 | 47 | 0 | 10 | 335 | 114 | 102 |
| Binary | 1100110 | 10001111 | 11101010 | 111000 | 100111 | 0 | 1000 | 11011101 | 1001100 | 1000010 |
Color Harmonies of #668FEA
Complementary color
Monochromatic Colors of #668FEA
Black with #668FEA
Text Example
Text Example
White with #668FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FEA; }
p { color: rgb(102,143,234); }
H1.HeaderClassName
{
color: #668FEA;
}
.AnyTagClassName
{
color: #668FEA;
}
</style>
background-color css
<style>
a { background-color: #668FEA; }
a { background-color: rgb(102,143,234); }
div.DivClassName
{
background-color: #668FEA;
}
.BgClassName
{
background-color: #668FEA;
}
</style>
border-color css
<style>
span { border-color: #668FEA; }
span { border-color: rgb(102,143,234); }
td.TdClassName
{
border-color: #668FEA;
}
.TagClassName
{
border-color: #668FEA;
}
</style>