Shades of Cornflower Blue #648BEB
Tints of Cornflower Blue #648BEB
RGB
CMYK
RGB Variations
Color information
#648BEB (or 0x648BEB) is known color: Cornflower Blue. HEX triplet: 64, 8B and EB. RGB value is (100,139,235). Sum of RGB (Red+Green+Blue) = 100+139+235=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #648BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BEB is #9B7414. Grayscale: #898989. Windows color (decimal): -10187797 or 15436644. OLE color: 15436644.
HSL color Cylindrical-coordinate representation of color #648BEB: hue angle of 222.67º 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 #648BEB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 139 | 235 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.08 |
| HSL | 222.67º | 0.77% | 0.66% | - |
| HSV(B) | 222.67º | 0.57% | 0.92% | - |
| XYZ | 29.48 | 27.17 | 82.29 | - |
| YUV | 138.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 235 | 0.57 | 0.41 | 0 | 0.08 | 222.67 | 0.77 | 0.66 |
| Hex | 64 | 8B | EB | 39 | 29 | 0 | 8 | DF | 4D | 42 |
| Octal | 144 | 213 | 353 | 71 | 51 | 0 | 10 | 337 | 115 | 102 |
| Binary | 1100100 | 10001011 | 11101011 | 111001 | 101001 | 0 | 1000 | 11011111 | 1001101 | 1000010 |
Color Harmonies of #648BEB
Complementary color
Monochromatic Colors of #648BEB
Black with #648BEB
Text Example
Text Example
White with #648BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BEB; }
p { color: rgb(100,139,235); }
H1.HeaderClassName
{
color: #648BEB;
}
.AnyTagClassName
{
color: #648BEB;
}
</style>
background-color css
<style>
a { background-color: #648BEB; }
a { background-color: rgb(100,139,235); }
div.DivClassName
{
background-color: #648BEB;
}
.BgClassName
{
background-color: #648BEB;
}
</style>
border-color css
<style>
span { border-color: #648BEB; }
span { border-color: rgb(100,139,235); }
td.TdClassName
{
border-color: #648BEB;
}
.TagClassName
{
border-color: #648BEB;
}
</style>