Shades of Cornflower Blue #64AAF4
Tints of Cornflower Blue #64AAF4
RGB
CMYK
RGB Variations
Color information
#64AAF4 (or 0x64AAF4) is known color: Cornflower Blue. HEX triplet: 64, AA and F4. RGB value is (100,170,244). Sum of RGB (Red+Green+Blue) = 100+170+244=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #64AAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AAF4 is #9B550B. Grayscale: #9D9D9D. Windows color (decimal): -10179852 or 16034404. OLE color: 16034404.
HSL color Cylindrical-coordinate representation of color #64AAF4: hue angle of 210.83º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64AAF4 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 170 | 244 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.04 |
| HSL | 210.83º | 0.87% | 0.67% | - |
| HSV(B) | 210.83º | 0.59% | 0.96% | - |
| XYZ | 35.96 | 37.99 | 91.03 | - |
| YUV | 157.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 244 | 0.59 | 0.30 | 0 | 0.04 | 210.83 | 0.87 | 0.67 |
| Hex | 64 | AA | F4 | 3B | 1E | 0 | 4 | D3 | 57 | 43 |
| Octal | 144 | 252 | 364 | 73 | 36 | 0 | 4 | 323 | 127 | 103 |
| Binary | 1100100 | 10101010 | 11110100 | 111011 | 11110 | 0 | 100 | 11010011 | 1010111 | 1000011 |
Color Harmonies of #64AAF4
Complementary color
Monochromatic Colors of #64AAF4
Black with #64AAF4
Text Example
Text Example
White with #64AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAF4; }
p { color: rgb(100,170,244); }
H1.HeaderClassName
{
color: #64AAF4;
}
.AnyTagClassName
{
color: #64AAF4;
}
</style>
background-color css
<style>
a { background-color: #64AAF4; }
a { background-color: rgb(100,170,244); }
div.DivClassName
{
background-color: #64AAF4;
}
.BgClassName
{
background-color: #64AAF4;
}
</style>
border-color css
<style>
span { border-color: #64AAF4; }
span { border-color: rgb(100,170,244); }
td.TdClassName
{
border-color: #64AAF4;
}
.TagClassName
{
border-color: #64AAF4;
}
</style>