Shades of Cornflower Blue #658EEA
Tints of Cornflower Blue #658EEA
RGB
CMYK
RGB Variations
Color information
#658EEA (or 0x658EEA) is known color: Cornflower Blue. HEX triplet: 65, 8E and EA. RGB value is (101,142,234). Sum of RGB (Red+Green+Blue) = 101+142+234=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #658EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658EEA is #9A7115. Grayscale: #8B8B8B. Windows color (decimal): -10121494 or 15371877. OLE color: 15371877.
HSL color Cylindrical-coordinate representation of color #658EEA: hue angle of 221.5º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658EEA is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 142 | 234 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.08 |
| HSL | 221.5º | 0.76% | 0.66% | - |
| HSV(B) | 221.5º | 0.57% | 0.92% | - |
| XYZ | 29.89 | 28.05 | 81.68 | - |
| YUV | 140.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 234 | 0.57 | 0.39 | 0 | 0.08 | 221.5 | 0.76 | 0.66 |
| Hex | 65 | 8E | EA | 39 | 27 | 0 | 8 | DE | 4C | 42 |
| Octal | 145 | 216 | 352 | 71 | 47 | 0 | 10 | 336 | 114 | 102 |
| Binary | 1100101 | 10001110 | 11101010 | 111001 | 100111 | 0 | 1000 | 11011110 | 1001100 | 1000010 |
Color Harmonies of #658EEA
Complementary color
Monochromatic Colors of #658EEA
Black with #658EEA
Text Example
Text Example
White with #658EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EEA; }
p { color: rgb(101,142,234); }
H1.HeaderClassName
{
color: #658EEA;
}
.AnyTagClassName
{
color: #658EEA;
}
</style>
background-color css
<style>
a { background-color: #658EEA; }
a { background-color: rgb(101,142,234); }
div.DivClassName
{
background-color: #658EEA;
}
.BgClassName
{
background-color: #658EEA;
}
</style>
border-color css
<style>
span { border-color: #658EEA; }
span { border-color: rgb(101,142,234); }
td.TdClassName
{
border-color: #658EEA;
}
.TagClassName
{
border-color: #658EEA;
}
</style>