Shades of Cornflower Blue #657EEC
Tints of Cornflower Blue #657EEC
RGB
CMYK
RGB Variations
Color information
#657EEC (or 0x657EEC) is known color: Cornflower Blue. HEX triplet: 65, 7E and EC. RGB value is (101,126,236). Sum of RGB (Red+Green+Blue) = 101+126+236=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #657EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657EEC is #9A8113. Grayscale: #828282. Windows color (decimal): -10125588 or 15498853. OLE color: 15498853.
HSL color Cylindrical-coordinate representation of color #657EEC: hue angle of 228.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #657EEC is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 126 | 236 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.07 |
| HSL | 228.89º | 0.78% | 0.66% | - |
| HSV(B) | 228.89º | 0.57% | 0.93% | - |
| XYZ | 27.97 | 23.74 | 82.47 | - |
| YUV | 131.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 236 | 0.57 | 0.47 | 0 | 0.07 | 228.89 | 0.78 | 0.66 |
| Hex | 65 | 7E | EC | 39 | 2F | 0 | 7 | E5 | 4E | 42 |
| Octal | 145 | 176 | 354 | 71 | 57 | 0 | 7 | 345 | 116 | 102 |
| Binary | 1100101 | 1111110 | 11101100 | 111001 | 101111 | 0 | 111 | 11100101 | 1001110 | 1000010 |
Color Harmonies of #657EEC
Complementary color
Monochromatic Colors of #657EEC
Black with #657EEC
Text Example
Text Example
White with #657EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EEC; }
p { color: rgb(101,126,236); }
H1.HeaderClassName
{
color: #657EEC;
}
.AnyTagClassName
{
color: #657EEC;
}
</style>
background-color css
<style>
a { background-color: #657EEC; }
a { background-color: rgb(101,126,236); }
div.DivClassName
{
background-color: #657EEC;
}
.BgClassName
{
background-color: #657EEC;
}
</style>
border-color css
<style>
span { border-color: #657EEC; }
span { border-color: rgb(101,126,236); }
td.TdClassName
{
border-color: #657EEC;
}
.TagClassName
{
border-color: #657EEC;
}
</style>