Shades of Cornflower Blue #66A2FA
Tints of Cornflower Blue #66A2FA
RGB
CMYK
RGB Variations
Color information
#66A2FA (or 0x66A2FA) is known color: Cornflower Blue. HEX triplet: 66, A2 and FA. RGB value is (102,162,250). Sum of RGB (Red+Green+Blue) = 102+162+250=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #66A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A2FA is #995D05. Grayscale: #999999. Windows color (decimal): -10050822 or 16425574. OLE color: 16425574.
HSL color Cylindrical-coordinate representation of color #66A2FA: hue angle of 215.68º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66A2FA is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 162 | 250 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.02 |
| HSL | 215.68º | 0.94% | 0.69% | - |
| HSV(B) | 215.68º | 0.59% | 0.98% | - |
| XYZ | 35.66 | 35.57 | 95.43 | - |
| YUV | 154.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 250 | 0.59 | 0.35 | 0 | 0.02 | 215.68 | 0.94 | 0.69 |
| Hex | 66 | A2 | FA | 3B | 23 | 0 | 2 | D8 | 5E | 45 |
| Octal | 146 | 242 | 372 | 73 | 43 | 0 | 2 | 330 | 136 | 105 |
| Binary | 1100110 | 10100010 | 11111010 | 111011 | 100011 | 0 | 10 | 11011000 | 1011110 | 1000101 |
Color Harmonies of #66A2FA
Complementary color
Monochromatic Colors of #66A2FA
Black with #66A2FA
Text Example
Text Example
White with #66A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A2FA; }
p { color: rgb(102,162,250); }
H1.HeaderClassName
{
color: #66A2FA;
}
.AnyTagClassName
{
color: #66A2FA;
}
</style>
background-color css
<style>
a { background-color: #66A2FA; }
a { background-color: rgb(102,162,250); }
div.DivClassName
{
background-color: #66A2FA;
}
.BgClassName
{
background-color: #66A2FA;
}
</style>
border-color css
<style>
span { border-color: #66A2FA; }
span { border-color: rgb(102,162,250); }
td.TdClassName
{
border-color: #66A2FA;
}
.TagClassName
{
border-color: #66A2FA;
}
</style>