Shades of Cornflower Blue #659EEE
Tints of Cornflower Blue #659EEE
RGB
CMYK
RGB Variations
Color information
#659EEE (or 0x659EEE) is known color: Cornflower Blue. HEX triplet: 65, 9E and EE. RGB value is (101,158,238). Sum of RGB (Red+Green+Blue) = 101+158+238=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #659EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659EEE is #9A6111. Grayscale: #959595. Windows color (decimal): -10117394 or 15638117. OLE color: 15638117.
HSL color Cylindrical-coordinate representation of color #659EEE: hue angle of 215.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #659EEE is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 158 | 238 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.07 |
| HSL | 215.04º | 0.8% | 0.66% | - |
| HSV(B) | 215.04º | 0.58% | 0.93% | - |
| XYZ | 33.03 | 33.39 | 85.59 | - |
| YUV | 150.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 238 | 0.58 | 0.34 | 0 | 0.07 | 215.04 | 0.8 | 0.66 |
| Hex | 65 | 9E | EE | 3A | 22 | 0 | 7 | D7 | 50 | 42 |
| Octal | 145 | 236 | 356 | 72 | 42 | 0 | 7 | 327 | 120 | 102 |
| Binary | 1100101 | 10011110 | 11101110 | 111010 | 100010 | 0 | 111 | 11010111 | 1010000 | 1000010 |
Color Harmonies of #659EEE
Complementary color
Monochromatic Colors of #659EEE
Black with #659EEE
Text Example
Text Example
White with #659EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EEE; }
p { color: rgb(101,158,238); }
H1.HeaderClassName
{
color: #659EEE;
}
.AnyTagClassName
{
color: #659EEE;
}
</style>
background-color css
<style>
a { background-color: #659EEE; }
a { background-color: rgb(101,158,238); }
div.DivClassName
{
background-color: #659EEE;
}
.BgClassName
{
background-color: #659EEE;
}
</style>
border-color css
<style>
span { border-color: #659EEE; }
span { border-color: rgb(101,158,238); }
td.TdClassName
{
border-color: #659EEE;
}
.TagClassName
{
border-color: #659EEE;
}
</style>