Shades of Cornflower Blue #648EEB
Tints of Cornflower Blue #648EEB
RGB
CMYK
RGB Variations
Color information
#648EEB (or 0x648EEB) is known color: Cornflower Blue. HEX triplet: 64, 8E and EB. RGB value is (100,142,235). Sum of RGB (Red+Green+Blue) = 100+142+235=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #648EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EEB is #9B7114. Grayscale: #8B8B8B. Windows color (decimal): -10187029 or 15437412. OLE color: 15437412.
HSL color Cylindrical-coordinate representation of color #648EEB: hue angle of 221.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648EEB is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 142 | 235 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.08 |
| HSL | 221.33º | 0.77% | 0.66% | - |
| HSV(B) | 221.33º | 0.57% | 0.92% | - |
| XYZ | 29.92 | 28.05 | 82.43 | - |
| YUV | 140.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 235 | 0.57 | 0.40 | 0 | 0.08 | 221.33 | 0.77 | 0.66 |
| Hex | 64 | 8E | EB | 39 | 28 | 0 | 8 | DD | 4D | 42 |
| Octal | 144 | 216 | 353 | 71 | 50 | 0 | 10 | 335 | 115 | 102 |
| Binary | 1100100 | 10001110 | 11101011 | 111001 | 101000 | 0 | 1000 | 11011101 | 1001101 | 1000010 |
Color Harmonies of #648EEB
Complementary color
Monochromatic Colors of #648EEB
Black with #648EEB
Text Example
Text Example
White with #648EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EEB; }
p { color: rgb(100,142,235); }
H1.HeaderClassName
{
color: #648EEB;
}
.AnyTagClassName
{
color: #648EEB;
}
</style>
background-color css
<style>
a { background-color: #648EEB; }
a { background-color: rgb(100,142,235); }
div.DivClassName
{
background-color: #648EEB;
}
.BgClassName
{
background-color: #648EEB;
}
</style>
border-color css
<style>
span { border-color: #648EEB; }
span { border-color: rgb(100,142,235); }
td.TdClassName
{
border-color: #648EEB;
}
.TagClassName
{
border-color: #648EEB;
}
</style>