Shades of Cornflower Blue #658DEC
Tints of Cornflower Blue #658DEC
RGB
CMYK
RGB Variations
Color information
#658DEC (or 0x658DEC) is known color: Cornflower Blue. HEX triplet: 65, 8D and EC. RGB value is (101,141,236). Sum of RGB (Red+Green+Blue) = 101+141+236=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #658DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658DEC is #9A7213. Grayscale: #8B8B8B. Windows color (decimal): -10121748 or 15502693. OLE color: 15502693.
HSL color Cylindrical-coordinate representation of color #658DEC: hue angle of 222.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658DEC is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 141 | 236 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.07 |
| HSL | 222.22º | 0.78% | 0.66% | - |
| HSV(B) | 222.22º | 0.57% | 0.93% | - |
| XYZ | 30.03 | 27.87 | 83.15 | - |
| YUV | 139.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 236 | 0.57 | 0.40 | 0 | 0.07 | 222.22 | 0.78 | 0.66 |
| Hex | 65 | 8D | EC | 39 | 28 | 0 | 7 | DE | 4E | 42 |
| Octal | 145 | 215 | 354 | 71 | 50 | 0 | 7 | 336 | 116 | 102 |
| Binary | 1100101 | 10001101 | 11101100 | 111001 | 101000 | 0 | 111 | 11011110 | 1001110 | 1000010 |
Color Harmonies of #658DEC
Complementary color
Monochromatic Colors of #658DEC
Black with #658DEC
Text Example
Text Example
White with #658DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DEC; }
p { color: rgb(101,141,236); }
H1.HeaderClassName
{
color: #658DEC;
}
.AnyTagClassName
{
color: #658DEC;
}
</style>
background-color css
<style>
a { background-color: #658DEC; }
a { background-color: rgb(101,141,236); }
div.DivClassName
{
background-color: #658DEC;
}
.BgClassName
{
background-color: #658DEC;
}
</style>
border-color css
<style>
span { border-color: #658DEC; }
span { border-color: rgb(101,141,236); }
td.TdClassName
{
border-color: #658DEC;
}
.TagClassName
{
border-color: #658DEC;
}
</style>