Shades of Cornflower Blue #658EE3
Tints of Cornflower Blue #658EE3
RGB
CMYK
RGB Variations
Color information
#658EE3 (or 0x658EE3) is known color: Cornflower Blue. HEX triplet: 65, 8E and E3. RGB value is (101,142,227). Sum of RGB (Red+Green+Blue) = 101+142+227=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #658EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EE3 is #9A711C. Grayscale: #8B8B8B. Windows color (decimal): -10121501 or 14913125. OLE color: 14913125.
HSL color Cylindrical-coordinate representation of color #658EE3: hue angle of 220.48º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #658EE3 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 142 | 227 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.11 |
| HSL | 220.48º | 0.69% | 0.64% | - |
| HSV(B) | 220.48º | 0.56% | 0.89% | - |
| XYZ | 28.9 | 27.66 | 76.49 | - |
| YUV | 139.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 227 | 0.56 | 0.37 | 0 | 0.11 | 220.48 | 0.69 | 0.64 |
| Hex | 65 | 8E | E3 | 38 | 25 | 0 | B | DC | 45 | 40 |
| Octal | 145 | 216 | 343 | 70 | 45 | 0 | 13 | 334 | 105 | 100 |
| Binary | 1100101 | 10001110 | 11100011 | 111000 | 100101 | 0 | 1011 | 11011100 | 1000101 | 1000000 |
Color Harmonies of #658EE3
Complementary color
Monochromatic Colors of #658EE3
Black with #658EE3
Text Example
Text Example
White with #658EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EE3; }
p { color: rgb(101,142,227); }
H1.HeaderClassName
{
color: #658EE3;
}
.AnyTagClassName
{
color: #658EE3;
}
</style>
background-color css
<style>
a { background-color: #658EE3; }
a { background-color: rgb(101,142,227); }
div.DivClassName
{
background-color: #658EE3;
}
.BgClassName
{
background-color: #658EE3;
}
</style>
border-color css
<style>
span { border-color: #658EE3; }
span { border-color: rgb(101,142,227); }
td.TdClassName
{
border-color: #658EE3;
}
.TagClassName
{
border-color: #658EE3;
}
</style>