Shades of Cornflower Blue #658EDF
Tints of Cornflower Blue #658EDF
RGB
CMYK
RGB Variations
Color information
#658EDF (or 0x658EDF) is known color: Cornflower Blue. HEX triplet: 65, 8E and DF. RGB value is (101,142,223). Sum of RGB (Red+Green+Blue) = 101+142+223=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #658EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EDF is #9A7120. Grayscale: #8A8A8A. Windows color (decimal): -10121505 or 14650981. OLE color: 14650981.
HSL color Cylindrical-coordinate representation of color #658EDF: hue angle of 219.84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658EDF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 142 | 223 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.13 |
| HSL | 219.84º | 0.66% | 0.64% | - |
| HSV(B) | 219.84º | 0.55% | 0.87% | - |
| XYZ | 28.36 | 27.44 | 73.61 | - |
| YUV | 138.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 223 | 0.55 | 0.36 | 0 | 0.13 | 219.84 | 0.66 | 0.64 |
| Hex | 65 | 8E | DF | 37 | 24 | 0 | D | DC | 42 | 40 |
| Octal | 145 | 216 | 337 | 67 | 44 | 0 | 15 | 334 | 102 | 100 |
| Binary | 1100101 | 10001110 | 11011111 | 110111 | 100100 | 0 | 1101 | 11011100 | 1000010 | 1000000 |
Color Harmonies of #658EDF
Complementary color
Monochromatic Colors of #658EDF
Black with #658EDF
Text Example
Text Example
White with #658EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EDF; }
p { color: rgb(101,142,223); }
H1.HeaderClassName
{
color: #658EDF;
}
.AnyTagClassName
{
color: #658EDF;
}
</style>
background-color css
<style>
a { background-color: #658EDF; }
a { background-color: rgb(101,142,223); }
div.DivClassName
{
background-color: #658EDF;
}
.BgClassName
{
background-color: #658EDF;
}
</style>
border-color css
<style>
span { border-color: #658EDF; }
span { border-color: rgb(101,142,223); }
td.TdClassName
{
border-color: #658EDF;
}
.TagClassName
{
border-color: #658EDF;
}
</style>