Shades of Cornflower Blue #64A3EE
Tints of Cornflower Blue #64A3EE
RGB
CMYK
RGB Variations
Color information
#64A3EE (or 0x64A3EE) is known color: Cornflower Blue. HEX triplet: 64, A3 and EE. RGB value is (100,163,238). Sum of RGB (Red+Green+Blue) = 100+163+238=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #64A3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A3EE is #9B5C11. Grayscale: #989898. Windows color (decimal): -10181650 or 15639396. OLE color: 15639396.
HSL color Cylindrical-coordinate representation of color #64A3EE: hue angle of 212.61º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A3EE is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 163 | 238 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.07 |
| HSL | 212.61º | 0.8% | 0.66% | - |
| HSV(B) | 212.61º | 0.58% | 0.93% | - |
| XYZ | 33.79 | 35.08 | 85.88 | - |
| YUV | 152.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 163 | 238 | 0.58 | 0.32 | 0 | 0.07 | 212.61 | 0.8 | 0.66 |
| Hex | 64 | A3 | EE | 3A | 20 | 0 | 7 | D5 | 50 | 42 |
| Octal | 144 | 243 | 356 | 72 | 40 | 0 | 7 | 325 | 120 | 102 |
| Binary | 1100100 | 10100011 | 11101110 | 111010 | 100000 | 0 | 111 | 11010101 | 1010000 | 1000010 |
Color Harmonies of #64A3EE
Complementary color
Monochromatic Colors of #64A3EE
Black with #64A3EE
Text Example
Text Example
White with #64A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A3EE; }
p { color: rgb(100,163,238); }
H1.HeaderClassName
{
color: #64A3EE;
}
.AnyTagClassName
{
color: #64A3EE;
}
</style>
background-color css
<style>
a { background-color: #64A3EE; }
a { background-color: rgb(100,163,238); }
div.DivClassName
{
background-color: #64A3EE;
}
.BgClassName
{
background-color: #64A3EE;
}
</style>
border-color css
<style>
span { border-color: #64A3EE; }
span { border-color: rgb(100,163,238); }
td.TdClassName
{
border-color: #64A3EE;
}
.TagClassName
{
border-color: #64A3EE;
}
</style>