Shades of Cornflower Blue #64A8FE
Tints of Cornflower Blue #64A8FE
RGB
CMYK
RGB Variations
Color information
#64A8FE (or 0x64A8FE) is known color: Cornflower Blue. HEX triplet: 64, A8 and FE. RGB value is (100,168,254). Sum of RGB (Red+Green+Blue) = 100+168+254=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #64A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8FE is #9B5701. Grayscale: #9D9D9D. Windows color (decimal): -10180354 or 16689252. OLE color: 16689252.
HSL color Cylindrical-coordinate representation of color #64A8FE: hue angle of 213.51º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64A8FE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 168 | 254 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.00 |
| HSL | 213.51º | 0.99% | 0.69% | - |
| HSV(B) | 213.51º | 0.61% | 1% | - |
| XYZ | 37.15 | 37.87 | 99.12 | - |
| YUV | 157.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 254 | 0.61 | 0.34 | 0 | 0.00 | 213.51 | 0.99 | 0.69 |
| Hex | 64 | A8 | FE | 3D | 22 | 0 | 0 | D6 | 63 | 45 |
| Octal | 144 | 250 | 376 | 75 | 42 | 0 | 0 | 326 | 143 | 105 |
| Binary | 1100100 | 10101000 | 11111110 | 111101 | 100010 | 0 | 0 | 11010110 | 1100011 | 1000101 |
Color Harmonies of #64A8FE
Complementary color
Monochromatic Colors of #64A8FE
Black with #64A8FE
Text Example
Text Example
White with #64A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8FE; }
p { color: rgb(100,168,254); }
H1.HeaderClassName
{
color: #64A8FE;
}
.AnyTagClassName
{
color: #64A8FE;
}
</style>
background-color css
<style>
a { background-color: #64A8FE; }
a { background-color: rgb(100,168,254); }
div.DivClassName
{
background-color: #64A8FE;
}
.BgClassName
{
background-color: #64A8FE;
}
</style>
border-color css
<style>
span { border-color: #64A8FE; }
span { border-color: rgb(100,168,254); }
td.TdClassName
{
border-color: #64A8FE;
}
.TagClassName
{
border-color: #64A8FE;
}
</style>