Shades of Cornflower Blue #657EDA
Tints of Cornflower Blue #657EDA
RGB
CMYK
RGB Variations
Color information
#657EDA (or 0x657EDA) is known color: Cornflower Blue. HEX triplet: 65, 7E and DA. RGB value is (101,126,218). Sum of RGB (Red+Green+Blue) = 101+126+218=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #657EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EDA is #9A8125. Grayscale: #808080. Windows color (decimal): -10125606 or 14319205. OLE color: 14319205.
HSL color Cylindrical-coordinate representation of color #657EDA: hue angle of 227.18º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #657EDA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 126 | 218 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.15 |
| HSL | 227.18º | 0.61% | 0.63% | - |
| HSV(B) | 227.18º | 0.54% | 0.85% | - |
| XYZ | 25.48 | 22.75 | 69.38 | - |
| YUV | 129.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 218 | 0.54 | 0.42 | 0 | 0.15 | 227.18 | 0.61 | 0.63 |
| Hex | 65 | 7E | DA | 36 | 2A | 0 | F | E3 | 3D | 3F |
| Octal | 145 | 176 | 332 | 66 | 52 | 0 | 17 | 343 | 75 | 77 |
| Binary | 1100101 | 1111110 | 11011010 | 110110 | 101010 | 0 | 1111 | 11100011 | 111101 | 111111 |
Color Harmonies of #657EDA
Complementary color
Monochromatic Colors of #657EDA
Black with #657EDA
Text Example
Text Example
White with #657EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657EDA; }
p { color: rgb(101,126,218); }
H1.HeaderClassName
{
color: #657EDA;
}
.AnyTagClassName
{
color: #657EDA;
}
</style>
background-color css
<style>
a { background-color: #657EDA; }
a { background-color: rgb(101,126,218); }
div.DivClassName
{
background-color: #657EDA;
}
.BgClassName
{
background-color: #657EDA;
}
</style>
border-color css
<style>
span { border-color: #657EDA; }
span { border-color: rgb(101,126,218); }
td.TdClassName
{
border-color: #657EDA;
}
.TagClassName
{
border-color: #657EDA;
}
</style>