Shades of Cornflower Blue #66A2F0
Tints of Cornflower Blue #66A2F0
RGB
CMYK
RGB Variations
Color information
#66A2F0 (or 0x66A2F0) is known color: Cornflower Blue. HEX triplet: 66, A2 and F0. RGB value is (102,162,240). Sum of RGB (Red+Green+Blue) = 102+162+240=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #66A2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A2F0 is #995D0F. Grayscale: #989898. Windows color (decimal): -10050832 or 15770214. OLE color: 15770214.
HSL color Cylindrical-coordinate representation of color #66A2F0: hue angle of 213.91º degrees, saturation: 0.82, 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 #66A2F0 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 162 | 240 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.06 |
| HSL | 213.91º | 0.82% | 0.67% | - |
| HSV(B) | 213.91º | 0.58% | 0.94% | - |
| XYZ | 34.13 | 34.96 | 87.39 | - |
| YUV | 152.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 240 | 0.58 | 0.32 | 0 | 0.06 | 213.91 | 0.82 | 0.67 |
| Hex | 66 | A2 | F0 | 3A | 20 | 0 | 6 | D6 | 52 | 43 |
| Octal | 146 | 242 | 360 | 72 | 40 | 0 | 6 | 326 | 122 | 103 |
| Binary | 1100110 | 10100010 | 11110000 | 111010 | 100000 | 0 | 110 | 11010110 | 1010010 | 1000011 |
Color Harmonies of #66A2F0
Complementary color
Monochromatic Colors of #66A2F0
Black with #66A2F0
Text Example
Text Example
White with #66A2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A2F0; }
p { color: rgb(102,162,240); }
H1.HeaderClassName
{
color: #66A2F0;
}
.AnyTagClassName
{
color: #66A2F0;
}
</style>
background-color css
<style>
a { background-color: #66A2F0; }
a { background-color: rgb(102,162,240); }
div.DivClassName
{
background-color: #66A2F0;
}
.BgClassName
{
background-color: #66A2F0;
}
</style>
border-color css
<style>
span { border-color: #66A2F0; }
span { border-color: rgb(102,162,240); }
td.TdClassName
{
border-color: #66A2F0;
}
.TagClassName
{
border-color: #66A2F0;
}
</style>