Shades of Cornflower Blue #659CDE
Tints of Cornflower Blue #659CDE
RGB
CMYK
RGB Variations
Color information
#659CDE (or 0x659CDE) is known color: Cornflower Blue. HEX triplet: 65, 9C and DE. RGB value is (101,156,222). Sum of RGB (Red+Green+Blue) = 101+156+222=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #659CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CDE is #9A6321. Grayscale: #929292. Windows color (decimal): -10117922 or 14589029. OLE color: 14589029.
HSL color Cylindrical-coordinate representation of color #659CDE: hue angle of 212.73º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #659CDE is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 156 | 222 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.13 |
| HSL | 212.73º | 0.65% | 0.63% | - |
| HSV(B) | 212.73º | 0.55% | 0.87% | - |
| XYZ | 30.44 | 31.82 | 73.64 | - |
| YUV | 147.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 222 | 0.55 | 0.30 | 0 | 0.13 | 212.73 | 0.65 | 0.63 |
| Hex | 65 | 9C | DE | 37 | 1E | 0 | D | D5 | 41 | 3F |
| Octal | 145 | 234 | 336 | 67 | 36 | 0 | 15 | 325 | 101 | 77 |
| Binary | 1100101 | 10011100 | 11011110 | 110111 | 11110 | 0 | 1101 | 11010101 | 1000001 | 111111 |
Color Harmonies of #659CDE
Complementary color
Monochromatic Colors of #659CDE
Black with #659CDE
Text Example
Text Example
White with #659CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CDE; }
p { color: rgb(101,156,222); }
H1.HeaderClassName
{
color: #659CDE;
}
.AnyTagClassName
{
color: #659CDE;
}
</style>
background-color css
<style>
a { background-color: #659CDE; }
a { background-color: rgb(101,156,222); }
div.DivClassName
{
background-color: #659CDE;
}
.BgClassName
{
background-color: #659CDE;
}
</style>
border-color css
<style>
span { border-color: #659CDE; }
span { border-color: rgb(101,156,222); }
td.TdClassName
{
border-color: #659CDE;
}
.TagClassName
{
border-color: #659CDE;
}
</style>