Shades of Cornflower Blue #64A8F1
Tints of Cornflower Blue #64A8F1
RGB
CMYK
RGB Variations
Color information
#64A8F1 (or 0x64A8F1) is known color: Cornflower Blue. HEX triplet: 64, A8 and F1. RGB value is (100,168,241). Sum of RGB (Red+Green+Blue) = 100+168+241=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #64A8F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8F1 is #9B570E. Grayscale: #9B9B9B. Windows color (decimal): -10180367 or 15837284. OLE color: 15837284.
HSL color Cylindrical-coordinate representation of color #64A8F1: hue angle of 211.06º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64A8F1 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 168 | 241 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.05 |
| HSL | 211.06º | 0.83% | 0.67% | - |
| HSV(B) | 211.06º | 0.59% | 0.95% | - |
| XYZ | 35.14 | 37.07 | 88.52 | - |
| YUV | 155.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 241 | 0.59 | 0.30 | 0 | 0.05 | 211.06 | 0.83 | 0.67 |
| Hex | 64 | A8 | F1 | 3B | 1E | 0 | 5 | D3 | 53 | 43 |
| Octal | 144 | 250 | 361 | 73 | 36 | 0 | 5 | 323 | 123 | 103 |
| Binary | 1100100 | 10101000 | 11110001 | 111011 | 11110 | 0 | 101 | 11010011 | 1010011 | 1000011 |
Color Harmonies of #64A8F1
Complementary color
Monochromatic Colors of #64A8F1
Black with #64A8F1
Text Example
Text Example
White with #64A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8F1; }
p { color: rgb(100,168,241); }
H1.HeaderClassName
{
color: #64A8F1;
}
.AnyTagClassName
{
color: #64A8F1;
}
</style>
background-color css
<style>
a { background-color: #64A8F1; }
a { background-color: rgb(100,168,241); }
div.DivClassName
{
background-color: #64A8F1;
}
.BgClassName
{
background-color: #64A8F1;
}
</style>
border-color css
<style>
span { border-color: #64A8F1; }
span { border-color: rgb(100,168,241); }
td.TdClassName
{
border-color: #64A8F1;
}
.TagClassName
{
border-color: #64A8F1;
}
</style>