Shades of Cornflower Blue #64A0EB
Tints of Cornflower Blue #64A0EB
RGB
CMYK
RGB Variations
Color information
#64A0EB (or 0x64A0EB) is known color: Cornflower Blue. HEX triplet: 64, A0 and EB. RGB value is (100,160,235). Sum of RGB (Red+Green+Blue) = 100+160+235=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #64A0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A0EB is #9B5F14. Grayscale: #969696. Windows color (decimal): -10182421 or 15442020. OLE color: 15442020.
HSL color Cylindrical-coordinate representation of color #64A0EB: hue angle of 213.33º 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 #64A0EB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 160 | 235 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.08 |
| HSL | 213.33º | 0.77% | 0.66% | - |
| HSV(B) | 213.33º | 0.57% | 0.92% | - |
| XYZ | 32.82 | 33.85 | 83.4 | - |
| YUV | 150.61 | 175.62 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 235 | 0.57 | 0.32 | 0 | 0.08 | 213.33 | 0.77 | 0.66 |
| Hex | 64 | A0 | EB | 39 | 20 | 0 | 8 | D5 | 4D | 42 |
| Octal | 144 | 240 | 353 | 71 | 40 | 0 | 10 | 325 | 115 | 102 |
| Binary | 1100100 | 10100000 | 11101011 | 111001 | 100000 | 0 | 1000 | 11010101 | 1001101 | 1000010 |
Color Harmonies of #64A0EB
Complementary color
Monochromatic Colors of #64A0EB
Black with #64A0EB
Text Example
Text Example
White with #64A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A0EB; }
p { color: rgb(100,160,235); }
H1.HeaderClassName
{
color: #64A0EB;
}
.AnyTagClassName
{
color: #64A0EB;
}
</style>
background-color css
<style>
a { background-color: #64A0EB; }
a { background-color: rgb(100,160,235); }
div.DivClassName
{
background-color: #64A0EB;
}
.BgClassName
{
background-color: #64A0EB;
}
</style>
border-color css
<style>
span { border-color: #64A0EB; }
span { border-color: rgb(100,160,235); }
td.TdClassName
{
border-color: #64A0EB;
}
.TagClassName
{
border-color: #64A0EB;
}
</style>