Shades of Cornflower Blue #657EEF
Tints of Cornflower Blue #657EEF
RGB
CMYK
RGB Variations
Color information
#657EEF (or 0x657EEF) is known color: Cornflower Blue. HEX triplet: 65, 7E and EF. RGB value is (101,126,239). Sum of RGB (Red+Green+Blue) = 101+126+239=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #657EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657EEF is #9A8110. Grayscale: #828282. Windows color (decimal): -10125585 or 15695461. OLE color: 15695461.
HSL color Cylindrical-coordinate representation of color #657EEF: hue angle of 229.13º 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 #657EEF is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 126 | 239 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.06 |
| HSL | 229.13º | 0.81% | 0.67% | - |
| HSV(B) | 229.13º | 0.58% | 0.94% | - |
| XYZ | 28.41 | 23.92 | 84.78 | - |
| YUV | 131.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 239 | 0.58 | 0.47 | 0 | 0.06 | 229.13 | 0.81 | 0.67 |
| Hex | 65 | 7E | EF | 3A | 2F | 0 | 6 | E5 | 51 | 43 |
| Octal | 145 | 176 | 357 | 72 | 57 | 0 | 6 | 345 | 121 | 103 |
| Binary | 1100101 | 1111110 | 11101111 | 111010 | 101111 | 0 | 110 | 11100101 | 1010001 | 1000011 |
Color Harmonies of #657EEF
Complementary color
Monochromatic Colors of #657EEF
Black with #657EEF
Text Example
Text Example
White with #657EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EEF; }
p { color: rgb(101,126,239); }
H1.HeaderClassName
{
color: #657EEF;
}
.AnyTagClassName
{
color: #657EEF;
}
</style>
background-color css
<style>
a { background-color: #657EEF; }
a { background-color: rgb(101,126,239); }
div.DivClassName
{
background-color: #657EEF;
}
.BgClassName
{
background-color: #657EEF;
}
</style>
border-color css
<style>
span { border-color: #657EEF; }
span { border-color: rgb(101,126,239); }
td.TdClassName
{
border-color: #657EEF;
}
.TagClassName
{
border-color: #657EEF;
}
</style>