Shades of Cornflower Blue #658EEF
Tints of Cornflower Blue #658EEF
RGB
CMYK
RGB Variations
Color information
#658EEF (or 0x658EEF) is known color: Cornflower Blue. HEX triplet: 65, 8E and EF. RGB value is (101,142,239). Sum of RGB (Red+Green+Blue) = 101+142+239=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #658EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658EEF is #9A7110. Grayscale: #8C8C8C. Windows color (decimal): -10121489 or 15699557. OLE color: 15699557.
HSL color Cylindrical-coordinate representation of color #658EEF: hue angle of 222.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #658EEF is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 142 | 239 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.06 |
| HSL | 222.17º | 0.81% | 0.67% | - |
| HSV(B) | 222.17º | 0.58% | 0.94% | - |
| XYZ | 30.62 | 28.34 | 85.52 | - |
| YUV | 140.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 239 | 0.58 | 0.41 | 0 | 0.06 | 222.17 | 0.81 | 0.67 |
| Hex | 65 | 8E | EF | 3A | 29 | 0 | 6 | DE | 51 | 43 |
| Octal | 145 | 216 | 357 | 72 | 51 | 0 | 6 | 336 | 121 | 103 |
| Binary | 1100101 | 10001110 | 11101111 | 111010 | 101001 | 0 | 110 | 11011110 | 1010001 | 1000011 |
Color Harmonies of #658EEF
Complementary color
Monochromatic Colors of #658EEF
Black with #658EEF
Text Example
Text Example
White with #658EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EEF; }
p { color: rgb(101,142,239); }
H1.HeaderClassName
{
color: #658EEF;
}
.AnyTagClassName
{
color: #658EEF;
}
</style>
background-color css
<style>
a { background-color: #658EEF; }
a { background-color: rgb(101,142,239); }
div.DivClassName
{
background-color: #658EEF;
}
.BgClassName
{
background-color: #658EEF;
}
</style>
border-color css
<style>
span { border-color: #658EEF; }
span { border-color: rgb(101,142,239); }
td.TdClassName
{
border-color: #658EEF;
}
.TagClassName
{
border-color: #658EEF;
}
</style>