Shades of Cornflower Blue #648EF2
Tints of Cornflower Blue #648EF2
RGB
CMYK
RGB Variations
Color information
#648EF2 (or 0x648EF2) is known color: Cornflower Blue. HEX triplet: 64, 8E and F2. RGB value is (100,142,242). Sum of RGB (Red+Green+Blue) = 100+142+242=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #648EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EF2 is #9B710D. Grayscale: #8C8C8C. Windows color (decimal): -10187022 or 15896164. OLE color: 15896164.
HSL color Cylindrical-coordinate representation of color #648EF2: hue angle of 222.25º degrees, saturation: 0.85, 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 #648EF2 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 142 | 242 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.05 |
| HSL | 222.25º | 0.85% | 0.67% | - |
| HSV(B) | 222.25º | 0.59% | 0.95% | - |
| XYZ | 30.96 | 28.47 | 87.87 | - |
| YUV | 140.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 242 | 0.59 | 0.41 | 0 | 0.05 | 222.25 | 0.85 | 0.67 |
| Hex | 64 | 8E | F2 | 3B | 29 | 0 | 5 | DE | 55 | 43 |
| Octal | 144 | 216 | 362 | 73 | 51 | 0 | 5 | 336 | 125 | 103 |
| Binary | 1100100 | 10001110 | 11110010 | 111011 | 101001 | 0 | 101 | 11011110 | 1010101 | 1000011 |
Color Harmonies of #648EF2
Complementary color
Monochromatic Colors of #648EF2
Black with #648EF2
Text Example
Text Example
White with #648EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EF2; }
p { color: rgb(100,142,242); }
H1.HeaderClassName
{
color: #648EF2;
}
.AnyTagClassName
{
color: #648EF2;
}
</style>
background-color css
<style>
a { background-color: #648EF2; }
a { background-color: rgb(100,142,242); }
div.DivClassName
{
background-color: #648EF2;
}
.BgClassName
{
background-color: #648EF2;
}
</style>
border-color css
<style>
span { border-color: #648EF2; }
span { border-color: rgb(100,142,242); }
td.TdClassName
{
border-color: #648EF2;
}
.TagClassName
{
border-color: #648EF2;
}
</style>