Shades of Cornflower Blue #64A0FD
Tints of Cornflower Blue #64A0FD
RGB
CMYK
RGB Variations
Color information
#64A0FD (or 0x64A0FD) is known color: Cornflower Blue. HEX triplet: 64, A0 and FD. RGB value is (100,160,253). Sum of RGB (Red+Green+Blue) = 100+160+253=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #64A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A0FD is #9B5F02. Grayscale: #989898. Windows color (decimal): -10182403 or 16621668. OLE color: 16621668.
HSL color Cylindrical-coordinate representation of color #64A0FD: hue angle of 216.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64A0FD is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 160 | 253 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.01 |
| HSL | 216.47º | 0.97% | 0.69% | - |
| HSV(B) | 216.47º | 0.6% | 0.99% | - |
| XYZ | 35.56 | 34.94 | 97.8 | - |
| YUV | 152.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 253 | 0.60 | 0.37 | 0 | 0.01 | 216.47 | 0.97 | 0.69 |
| Hex | 64 | A0 | FD | 3C | 25 | 0 | 1 | D8 | 61 | 45 |
| Octal | 144 | 240 | 375 | 74 | 45 | 0 | 1 | 330 | 141 | 105 |
| Binary | 1100100 | 10100000 | 11111101 | 111100 | 100101 | 0 | 1 | 11011000 | 1100001 | 1000101 |
Color Harmonies of #64A0FD
Complementary color
Monochromatic Colors of #64A0FD
Black with #64A0FD
Text Example
Text Example
White with #64A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A0FD; }
p { color: rgb(100,160,253); }
H1.HeaderClassName
{
color: #64A0FD;
}
.AnyTagClassName
{
color: #64A0FD;
}
</style>
background-color css
<style>
a { background-color: #64A0FD; }
a { background-color: rgb(100,160,253); }
div.DivClassName
{
background-color: #64A0FD;
}
.BgClassName
{
background-color: #64A0FD;
}
</style>
border-color css
<style>
span { border-color: #64A0FD; }
span { border-color: rgb(100,160,253); }
td.TdClassName
{
border-color: #64A0FD;
}
.TagClassName
{
border-color: #64A0FD;
}
</style>