Shades of Cornflower Blue #657CEC
Tints of Cornflower Blue #657CEC
RGB
CMYK
RGB Variations
Color information
#657CEC (or 0x657CEC) is known color: Cornflower Blue. HEX triplet: 65, 7C and EC. RGB value is (101,124,236). Sum of RGB (Red+Green+Blue) = 101+124+236=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #657CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657CEC is #9A8313. Grayscale: #818181. Windows color (decimal): -10126100 or 15498341. OLE color: 15498341.
HSL color Cylindrical-coordinate representation of color #657CEC: hue angle of 229.78º 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 #657CEC is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 124 | 236 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.07 |
| HSL | 229.78º | 0.78% | 0.66% | - |
| HSV(B) | 229.78º | 0.57% | 0.93% | - |
| XYZ | 27.71 | 23.24 | 82.38 | - |
| YUV | 129.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 236 | 0.57 | 0.47 | 0 | 0.07 | 229.78 | 0.78 | 0.66 |
| Hex | 65 | 7C | EC | 39 | 2F | 0 | 7 | E6 | 4E | 42 |
| Octal | 145 | 174 | 354 | 71 | 57 | 0 | 7 | 346 | 116 | 102 |
| Binary | 1100101 | 1111100 | 11101100 | 111001 | 101111 | 0 | 111 | 11100110 | 1001110 | 1000010 |
Color Harmonies of #657CEC
Complementary color
Monochromatic Colors of #657CEC
Black with #657CEC
Text Example
Text Example
White with #657CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CEC; }
p { color: rgb(101,124,236); }
H1.HeaderClassName
{
color: #657CEC;
}
.AnyTagClassName
{
color: #657CEC;
}
</style>
background-color css
<style>
a { background-color: #657CEC; }
a { background-color: rgb(101,124,236); }
div.DivClassName
{
background-color: #657CEC;
}
.BgClassName
{
background-color: #657CEC;
}
</style>
border-color css
<style>
span { border-color: #657CEC; }
span { border-color: rgb(101,124,236); }
td.TdClassName
{
border-color: #657CEC;
}
.TagClassName
{
border-color: #657CEC;
}
</style>