Shades of Cornflower Blue #659EEB
Tints of Cornflower Blue #659EEB
RGB
CMYK
RGB Variations
Color information
#659EEB (or 0x659EEB) is known color: Cornflower Blue. HEX triplet: 65, 9E and EB. RGB value is (101,158,235). Sum of RGB (Red+Green+Blue) = 101+158+235=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #659EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659EEB is #9A6114. Grayscale: #959595. Windows color (decimal): -10117397 or 15441509. OLE color: 15441509.
HSL color Cylindrical-coordinate representation of color #659EEB: hue angle of 214.48º 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 #659EEB is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 158 | 235 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.08 |
| HSL | 214.48º | 0.77% | 0.66% | - |
| HSV(B) | 214.48º | 0.57% | 0.92% | - |
| XYZ | 32.59 | 33.22 | 83.29 | - |
| YUV | 149.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 235 | 0.57 | 0.33 | 0 | 0.08 | 214.48 | 0.77 | 0.66 |
| Hex | 65 | 9E | EB | 39 | 21 | 0 | 8 | D6 | 4D | 42 |
| Octal | 145 | 236 | 353 | 71 | 41 | 0 | 10 | 326 | 115 | 102 |
| Binary | 1100101 | 10011110 | 11101011 | 111001 | 100001 | 0 | 1000 | 11010110 | 1001101 | 1000010 |
Color Harmonies of #659EEB
Complementary color
Monochromatic Colors of #659EEB
Black with #659EEB
Text Example
Text Example
White with #659EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EEB; }
p { color: rgb(101,158,235); }
H1.HeaderClassName
{
color: #659EEB;
}
.AnyTagClassName
{
color: #659EEB;
}
</style>
background-color css
<style>
a { background-color: #659EEB; }
a { background-color: rgb(101,158,235); }
div.DivClassName
{
background-color: #659EEB;
}
.BgClassName
{
background-color: #659EEB;
}
</style>
border-color css
<style>
span { border-color: #659EEB; }
span { border-color: rgb(101,158,235); }
td.TdClassName
{
border-color: #659EEB;
}
.TagClassName
{
border-color: #659EEB;
}
</style>