Shades of Cornflower Blue #659EE2
Tints of Cornflower Blue #659EE2
RGB
CMYK
RGB Variations
Color information
#659EE2 (or 0x659EE2) is known color: Cornflower Blue. HEX triplet: 65, 9E and E2. RGB value is (101,158,226). Sum of RGB (Red+Green+Blue) = 101+158+226=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #659EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EE2 is #9A611D. Grayscale: #949494. Windows color (decimal): -10117406 or 14851685. OLE color: 14851685.
HSL color Cylindrical-coordinate representation of color #659EE2: hue angle of 212.64º 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 #659EE2 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 158 | 226 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.11 |
| HSL | 212.64º | 0.68% | 0.64% | - |
| HSV(B) | 212.64º | 0.55% | 0.89% | - |
| XYZ | 31.32 | 32.71 | 76.61 | - |
| YUV | 148.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 226 | 0.55 | 0.30 | 0 | 0.11 | 212.64 | 0.68 | 0.64 |
| Hex | 65 | 9E | E2 | 37 | 1E | 0 | B | D5 | 44 | 40 |
| Octal | 145 | 236 | 342 | 67 | 36 | 0 | 13 | 325 | 104 | 100 |
| Binary | 1100101 | 10011110 | 11100010 | 110111 | 11110 | 0 | 1011 | 11010101 | 1000100 | 1000000 |
Color Harmonies of #659EE2
Complementary color
Monochromatic Colors of #659EE2
Black with #659EE2
Text Example
Text Example
White with #659EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EE2; }
p { color: rgb(101,158,226); }
H1.HeaderClassName
{
color: #659EE2;
}
.AnyTagClassName
{
color: #659EE2;
}
</style>
background-color css
<style>
a { background-color: #659EE2; }
a { background-color: rgb(101,158,226); }
div.DivClassName
{
background-color: #659EE2;
}
.BgClassName
{
background-color: #659EE2;
}
</style>
border-color css
<style>
span { border-color: #659EE2; }
span { border-color: rgb(101,158,226); }
td.TdClassName
{
border-color: #659EE2;
}
.TagClassName
{
border-color: #659EE2;
}
</style>