Shades of Cornflower Blue #658ADE
Tints of Cornflower Blue #658ADE
RGB
CMYK
RGB Variations
Color information
#658ADE (or 0x658ADE) is known color: Cornflower Blue. HEX triplet: 65, 8A and DE. RGB value is (101,138,222). Sum of RGB (Red+Green+Blue) = 101+138+222=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #658ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658ADE is #9A7521. Grayscale: #888888. Windows color (decimal): -10122530 or 14584421. OLE color: 14584421.
HSL color Cylindrical-coordinate representation of color #658ADE: hue angle of 221.65º 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 #658ADE is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 138 | 222 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.13 |
| HSL | 221.65º | 0.65% | 0.63% | - |
| HSV(B) | 221.65º | 0.55% | 0.87% | - |
| XYZ | 27.64 | 26.22 | 72.71 | - |
| YUV | 136.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 222 | 0.55 | 0.38 | 0 | 0.13 | 221.65 | 0.65 | 0.63 |
| Hex | 65 | 8A | DE | 37 | 26 | 0 | D | DE | 41 | 3F |
| Octal | 145 | 212 | 336 | 67 | 46 | 0 | 15 | 336 | 101 | 77 |
| Binary | 1100101 | 10001010 | 11011110 | 110111 | 100110 | 0 | 1101 | 11011110 | 1000001 | 111111 |
Color Harmonies of #658ADE
Complementary color
Monochromatic Colors of #658ADE
Black with #658ADE
Text Example
Text Example
White with #658ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658ADE; }
p { color: rgb(101,138,222); }
H1.HeaderClassName
{
color: #658ADE;
}
.AnyTagClassName
{
color: #658ADE;
}
</style>
background-color css
<style>
a { background-color: #658ADE; }
a { background-color: rgb(101,138,222); }
div.DivClassName
{
background-color: #658ADE;
}
.BgClassName
{
background-color: #658ADE;
}
</style>
border-color css
<style>
span { border-color: #658ADE; }
span { border-color: rgb(101,138,222); }
td.TdClassName
{
border-color: #658ADE;
}
.TagClassName
{
border-color: #658ADE;
}
</style>