Shades of Cornflower Blue #64ABFD
Tints of Cornflower Blue #64ABFD
RGB
CMYK
RGB Variations
Color information
#64ABFD (or 0x64ABFD) is known color: Cornflower Blue. HEX triplet: 64, AB and FD. RGB value is (100,171,253). Sum of RGB (Red+Green+Blue) = 100+171+253=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #64ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABFD is #9B5402. Grayscale: #9E9E9E. Windows color (decimal): -10179587 or 16624484. OLE color: 16624484.
HSL color Cylindrical-coordinate representation of color #64ABFD: hue angle of 212.16º 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 #64ABFD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 171 | 253 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.01 |
| HSL | 212.16º | 0.97% | 0.69% | - |
| HSV(B) | 212.16º | 0.6% | 0.99% | - |
| XYZ | 37.55 | 38.93 | 98.46 | - |
| YUV | 159.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 253 | 0.60 | 0.32 | 0 | 0.01 | 212.16 | 0.97 | 0.69 |
| Hex | 64 | AB | FD | 3C | 20 | 0 | 1 | D4 | 61 | 45 |
| Octal | 144 | 253 | 375 | 74 | 40 | 0 | 1 | 324 | 141 | 105 |
| Binary | 1100100 | 10101011 | 11111101 | 111100 | 100000 | 0 | 1 | 11010100 | 1100001 | 1000101 |
Color Harmonies of #64ABFD
Complementary color
Monochromatic Colors of #64ABFD
Black with #64ABFD
Text Example
Text Example
White with #64ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABFD; }
p { color: rgb(100,171,253); }
H1.HeaderClassName
{
color: #64ABFD;
}
.AnyTagClassName
{
color: #64ABFD;
}
</style>
background-color css
<style>
a { background-color: #64ABFD; }
a { background-color: rgb(100,171,253); }
div.DivClassName
{
background-color: #64ABFD;
}
.BgClassName
{
background-color: #64ABFD;
}
</style>
border-color css
<style>
span { border-color: #64ABFD; }
span { border-color: rgb(100,171,253); }
td.TdClassName
{
border-color: #64ABFD;
}
.TagClassName
{
border-color: #64ABFD;
}
</style>