Shades of Cornflower Blue #658EE2
Tints of Cornflower Blue #658EE2
RGB
CMYK
RGB Variations
Color information
#658EE2 (or 0x658EE2) is known color: Cornflower Blue. HEX triplet: 65, 8E and E2. RGB value is (101,142,226). Sum of RGB (Red+Green+Blue) = 101+142+226=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #658EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EE2 is #9A711D. Grayscale: #8A8A8A. Windows color (decimal): -10121502 or 14847589. OLE color: 14847589.
HSL color Cylindrical-coordinate representation of color #658EE2: hue angle of 220.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658EE2 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 142 | 226 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.11 |
| HSL | 220.32º | 0.68% | 0.64% | - |
| HSV(B) | 220.32º | 0.55% | 0.89% | - |
| XYZ | 28.77 | 27.6 | 75.76 | - |
| YUV | 139.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 226 | 0.55 | 0.37 | 0 | 0.11 | 220.32 | 0.68 | 0.64 |
| Hex | 65 | 8E | E2 | 37 | 25 | 0 | B | DC | 44 | 40 |
| Octal | 145 | 216 | 342 | 67 | 45 | 0 | 13 | 334 | 104 | 100 |
| Binary | 1100101 | 10001110 | 11100010 | 110111 | 100101 | 0 | 1011 | 11011100 | 1000100 | 1000000 |
Color Harmonies of #658EE2
Complementary color
Monochromatic Colors of #658EE2
Black with #658EE2
Text Example
Text Example
White with #658EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EE2; }
p { color: rgb(101,142,226); }
H1.HeaderClassName
{
color: #658EE2;
}
.AnyTagClassName
{
color: #658EE2;
}
</style>
background-color css
<style>
a { background-color: #658EE2; }
a { background-color: rgb(101,142,226); }
div.DivClassName
{
background-color: #658EE2;
}
.BgClassName
{
background-color: #658EE2;
}
</style>
border-color css
<style>
span { border-color: #658EE2; }
span { border-color: rgb(101,142,226); }
td.TdClassName
{
border-color: #658EE2;
}
.TagClassName
{
border-color: #658EE2;
}
</style>