Shades of Cornflower Blue #658EDE
Tints of Cornflower Blue #658EDE
RGB
CMYK
RGB Variations
Color information
#658EDE (or 0x658EDE) is known color: Cornflower Blue. HEX triplet: 65, 8E and DE. RGB value is (101,142,222). Sum of RGB (Red+Green+Blue) = 101+142+222=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #658EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EDE is #9A7121. Grayscale: #8A8A8A. Windows color (decimal): -10121506 or 14585445. OLE color: 14585445.
HSL color Cylindrical-coordinate representation of color #658EDE: hue angle of 219.67º 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 #658EDE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 142 | 222 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.13 |
| HSL | 219.67º | 0.65% | 0.63% | - |
| HSV(B) | 219.67º | 0.55% | 0.87% | - |
| XYZ | 28.22 | 27.39 | 72.91 | - |
| YUV | 138.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 222 | 0.55 | 0.36 | 0 | 0.13 | 219.67 | 0.65 | 0.63 |
| Hex | 65 | 8E | DE | 37 | 24 | 0 | D | DC | 41 | 3F |
| Octal | 145 | 216 | 336 | 67 | 44 | 0 | 15 | 334 | 101 | 77 |
| Binary | 1100101 | 10001110 | 11011110 | 110111 | 100100 | 0 | 1101 | 11011100 | 1000001 | 111111 |
Color Harmonies of #658EDE
Complementary color
Monochromatic Colors of #658EDE
Black with #658EDE
Text Example
Text Example
White with #658EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EDE; }
p { color: rgb(101,142,222); }
H1.HeaderClassName
{
color: #658EDE;
}
.AnyTagClassName
{
color: #658EDE;
}
</style>
background-color css
<style>
a { background-color: #658EDE; }
a { background-color: rgb(101,142,222); }
div.DivClassName
{
background-color: #658EDE;
}
.BgClassName
{
background-color: #658EDE;
}
</style>
border-color css
<style>
span { border-color: #658EDE; }
span { border-color: rgb(101,142,222); }
td.TdClassName
{
border-color: #658EDE;
}
.TagClassName
{
border-color: #658EDE;
}
</style>