Shades of Cornflower Blue #648EDB
Tints of Cornflower Blue #648EDB
RGB
CMYK
RGB Variations
Color information
#648EDB (or 0x648EDB) is known color: Cornflower Blue. HEX triplet: 64, 8E and DB. RGB value is (100,142,219). Sum of RGB (Red+Green+Blue) = 100+142+219=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #648EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EDB is #9B7124. Grayscale: #898989. Windows color (decimal): -10187045 or 14388836. OLE color: 14388836.
HSL color Cylindrical-coordinate representation of color #648EDB: hue angle of 218.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648EDB is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 142 | 219 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.14 |
| HSL | 218.82º | 0.62% | 0.63% | - |
| HSV(B) | 218.82º | 0.54% | 0.86% | - |
| XYZ | 27.71 | 27.17 | 70.8 | - |
| YUV | 138.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 219 | 0.54 | 0.35 | 0 | 0.14 | 218.82 | 0.62 | 0.63 |
| Hex | 64 | 8E | DB | 36 | 23 | 0 | E | DB | 3E | 3F |
| Octal | 144 | 216 | 333 | 66 | 43 | 0 | 16 | 333 | 76 | 77 |
| Binary | 1100100 | 10001110 | 11011011 | 110110 | 100011 | 0 | 1110 | 11011011 | 111110 | 111111 |
Color Harmonies of #648EDB
Complementary color
Monochromatic Colors of #648EDB
Black with #648EDB
Text Example
Text Example
White with #648EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EDB; }
p { color: rgb(100,142,219); }
H1.HeaderClassName
{
color: #648EDB;
}
.AnyTagClassName
{
color: #648EDB;
}
</style>
background-color css
<style>
a { background-color: #648EDB; }
a { background-color: rgb(100,142,219); }
div.DivClassName
{
background-color: #648EDB;
}
.BgClassName
{
background-color: #648EDB;
}
</style>
border-color css
<style>
span { border-color: #648EDB; }
span { border-color: rgb(100,142,219); }
td.TdClassName
{
border-color: #648EDB;
}
.TagClassName
{
border-color: #648EDB;
}
</style>