Shades of Cornflower Blue #64A3EB
Tints of Cornflower Blue #64A3EB
RGB
CMYK
RGB Variations
Color information
#64A3EB (or 0x64A3EB) is known color: Cornflower Blue. HEX triplet: 64, A3 and EB. RGB value is (100,163,235). Sum of RGB (Red+Green+Blue) = 100+163+235=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #64A3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A3EB is #9B5C14. Grayscale: #989898. Windows color (decimal): -10181653 or 15442788. OLE color: 15442788.
HSL color Cylindrical-coordinate representation of color #64A3EB: hue angle of 212º 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 #64A3EB is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 163 | 235 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.08 |
| HSL | 212º | 0.77% | 0.66% | - |
| HSV(B) | 212º | 0.57% | 0.92% | - |
| XYZ | 33.35 | 34.9 | 83.58 | - |
| YUV | 152.37 | 174.63 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 235 | 0.57 | 0.31 | 0 | 0.08 | 212 | 0.77 | 0.66 |
| Hex | 64 | A3 | EB | 39 | 1F | 0 | 8 | D4 | 4D | 42 |
| Octal | 144 | 243 | 353 | 71 | 37 | 0 | 10 | 324 | 115 | 102 |
| Binary | 1100100 | 10100011 | 11101011 | 111001 | 11111 | 0 | 1000 | 11010100 | 1001101 | 1000010 |
Color Harmonies of #64A3EB
Complementary color
Monochromatic Colors of #64A3EB
Black with #64A3EB
Text Example
Text Example
White with #64A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3EB; }
p { color: rgb(100,163,235); }
H1.HeaderClassName
{
color: #64A3EB;
}
.AnyTagClassName
{
color: #64A3EB;
}
</style>
background-color css
<style>
a { background-color: #64A3EB; }
a { background-color: rgb(100,163,235); }
div.DivClassName
{
background-color: #64A3EB;
}
.BgClassName
{
background-color: #64A3EB;
}
</style>
border-color css
<style>
span { border-color: #64A3EB; }
span { border-color: rgb(100,163,235); }
td.TdClassName
{
border-color: #64A3EB;
}
.TagClassName
{
border-color: #64A3EB;
}
</style>