Shades of Cornflower Blue #657EDE
Tints of Cornflower Blue #657EDE
RGB
CMYK
RGB Variations
Color information
#657EDE (or 0x657EDE) is known color: Cornflower Blue. HEX triplet: 65, 7E and DE. RGB value is (101,126,222). Sum of RGB (Red+Green+Blue) = 101+126+222=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #657EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EDE is #9A8121. Grayscale: #818181. Windows color (decimal): -10125602 or 14581349. OLE color: 14581349.
HSL color Cylindrical-coordinate representation of color #657EDE: hue angle of 227.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #657EDE is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 126 | 222 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.13 |
| HSL | 227.6º | 0.65% | 0.63% | - |
| HSV(B) | 227.6º | 0.55% | 0.87% | - |
| XYZ | 26.01 | 22.96 | 72.17 | - |
| YUV | 129.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 222 | 0.55 | 0.43 | 0 | 0.13 | 227.6 | 0.65 | 0.63 |
| Hex | 65 | 7E | DE | 37 | 2B | 0 | D | E4 | 41 | 3F |
| Octal | 145 | 176 | 336 | 67 | 53 | 0 | 15 | 344 | 101 | 77 |
| Binary | 1100101 | 1111110 | 11011110 | 110111 | 101011 | 0 | 1101 | 11100100 | 1000001 | 111111 |
Color Harmonies of #657EDE
Complementary color
Monochromatic Colors of #657EDE
Black with #657EDE
Text Example
Text Example
White with #657EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EDE; }
p { color: rgb(101,126,222); }
H1.HeaderClassName
{
color: #657EDE;
}
.AnyTagClassName
{
color: #657EDE;
}
</style>
background-color css
<style>
a { background-color: #657EDE; }
a { background-color: rgb(101,126,222); }
div.DivClassName
{
background-color: #657EDE;
}
.BgClassName
{
background-color: #657EDE;
}
</style>
border-color css
<style>
span { border-color: #657EDE; }
span { border-color: rgb(101,126,222); }
td.TdClassName
{
border-color: #657EDE;
}
.TagClassName
{
border-color: #657EDE;
}
</style>