Shades of Cornflower Blue #658BDE
Tints of Cornflower Blue #658BDE
RGB
CMYK
RGB Variations
Color information
#658BDE (or 0x658BDE) is known color: Cornflower Blue. HEX triplet: 65, 8B and DE. RGB value is (101,139,222). Sum of RGB (Red+Green+Blue) = 101+139+222=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #658BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BDE is #9A7421. Grayscale: #888888. Windows color (decimal): -10122274 or 14584677. OLE color: 14584677.
HSL color Cylindrical-coordinate representation of color #658BDE: hue angle of 221.16º 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 #658BDE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 139 | 222 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.13 |
| HSL | 221.16º | 0.65% | 0.63% | - |
| HSV(B) | 221.16º | 0.55% | 0.87% | - |
| XYZ | 27.78 | 26.51 | 72.76 | - |
| YUV | 137.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 222 | 0.55 | 0.37 | 0 | 0.13 | 221.16 | 0.65 | 0.63 |
| Hex | 65 | 8B | DE | 37 | 25 | 0 | D | DD | 41 | 3F |
| Octal | 145 | 213 | 336 | 67 | 45 | 0 | 15 | 335 | 101 | 77 |
| Binary | 1100101 | 10001011 | 11011110 | 110111 | 100101 | 0 | 1101 | 11011101 | 1000001 | 111111 |
Color Harmonies of #658BDE
Complementary color
Monochromatic Colors of #658BDE
Black with #658BDE
Text Example
Text Example
White with #658BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BDE; }
p { color: rgb(101,139,222); }
H1.HeaderClassName
{
color: #658BDE;
}
.AnyTagClassName
{
color: #658BDE;
}
</style>
background-color css
<style>
a { background-color: #658BDE; }
a { background-color: rgb(101,139,222); }
div.DivClassName
{
background-color: #658BDE;
}
.BgClassName
{
background-color: #658BDE;
}
</style>
border-color css
<style>
span { border-color: #658BDE; }
span { border-color: rgb(101,139,222); }
td.TdClassName
{
border-color: #658BDE;
}
.TagClassName
{
border-color: #658BDE;
}
</style>