Shades of Cornflower Blue #657FEC
Tints of Cornflower Blue #657FEC
RGB
CMYK
RGB Variations
Color information
#657FEC (or 0x657FEC) is known color: Cornflower Blue. HEX triplet: 65, 7F and EC. RGB value is (101,127,236). Sum of RGB (Red+Green+Blue) = 101+127+236=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #657FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657FEC is #9A8013. Grayscale: #838383. Windows color (decimal): -10125332 or 15499109. OLE color: 15499109.
HSL color Cylindrical-coordinate representation of color #657FEC: hue angle of 228.44º 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 #657FEC is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 127 | 236 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.07 |
| HSL | 228.44º | 0.78% | 0.66% | - |
| HSV(B) | 228.44º | 0.57% | 0.93% | - |
| XYZ | 28.1 | 24 | 82.51 | - |
| YUV | 131.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 236 | 0.57 | 0.46 | 0 | 0.07 | 228.44 | 0.78 | 0.66 |
| Hex | 65 | 7F | EC | 39 | 2E | 0 | 7 | E4 | 4E | 42 |
| Octal | 145 | 177 | 354 | 71 | 56 | 0 | 7 | 344 | 116 | 102 |
| Binary | 1100101 | 1111111 | 11101100 | 111001 | 101110 | 0 | 111 | 11100100 | 1001110 | 1000010 |
Color Harmonies of #657FEC
Complementary color
Monochromatic Colors of #657FEC
Black with #657FEC
Text Example
Text Example
White with #657FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FEC; }
p { color: rgb(101,127,236); }
H1.HeaderClassName
{
color: #657FEC;
}
.AnyTagClassName
{
color: #657FEC;
}
</style>
background-color css
<style>
a { background-color: #657FEC; }
a { background-color: rgb(101,127,236); }
div.DivClassName
{
background-color: #657FEC;
}
.BgClassName
{
background-color: #657FEC;
}
</style>
border-color css
<style>
span { border-color: #657FEC; }
span { border-color: rgb(101,127,236); }
td.TdClassName
{
border-color: #657FEC;
}
.TagClassName
{
border-color: #657FEC;
}
</style>