Shades of Cornflower Blue #659EE0
Tints of Cornflower Blue #659EE0
RGB
CMYK
RGB Variations
Color information
#659EE0 (or 0x659EE0) is known color: Cornflower Blue. HEX triplet: 65, 9E and E0. RGB value is (101,158,224). Sum of RGB (Red+Green+Blue) = 101+158+224=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #659EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EE0 is #9A611F. Grayscale: #949494. Windows color (decimal): -10117408 or 14720613. OLE color: 14720613.
HSL color Cylindrical-coordinate representation of color #659EE0: hue angle of 212.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #659EE0 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 158 | 224 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.12 |
| HSL | 212.2º | 0.66% | 0.64% | - |
| HSV(B) | 212.2º | 0.55% | 0.88% | - |
| XYZ | 31.05 | 32.6 | 75.18 | - |
| YUV | 148.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 224 | 0.55 | 0.29 | 0 | 0.12 | 212.2 | 0.66 | 0.64 |
| Hex | 65 | 9E | E0 | 37 | 1D | 0 | C | D4 | 42 | 40 |
| Octal | 145 | 236 | 340 | 67 | 35 | 0 | 14 | 324 | 102 | 100 |
| Binary | 1100101 | 10011110 | 11100000 | 110111 | 11101 | 0 | 1100 | 11010100 | 1000010 | 1000000 |
Color Harmonies of #659EE0
Complementary color
Monochromatic Colors of #659EE0
Black with #659EE0
Text Example
Text Example
White with #659EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EE0; }
p { color: rgb(101,158,224); }
H1.HeaderClassName
{
color: #659EE0;
}
.AnyTagClassName
{
color: #659EE0;
}
</style>
background-color css
<style>
a { background-color: #659EE0; }
a { background-color: rgb(101,158,224); }
div.DivClassName
{
background-color: #659EE0;
}
.BgClassName
{
background-color: #659EE0;
}
</style>
border-color css
<style>
span { border-color: #659EE0; }
span { border-color: rgb(101,158,224); }
td.TdClassName
{
border-color: #659EE0;
}
.TagClassName
{
border-color: #659EE0;
}
</style>