Shades of Cornflower Blue #657DED
Tints of Cornflower Blue #657DED
RGB
CMYK
RGB Variations
Color information
#657DED (or 0x657DED) is known color: Cornflower Blue. HEX triplet: 65, 7D and ED. RGB value is (101,125,237). Sum of RGB (Red+Green+Blue) = 101+125+237=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #657DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657DED is #9A8212. Grayscale: #828282. Windows color (decimal): -10125843 or 15564133. OLE color: 15564133.
HSL color Cylindrical-coordinate representation of color #657DED: hue angle of 229.41º degrees, saturation: 0.79, 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 #657DED is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 125 | 237 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.07 |
| HSL | 229.41º | 0.79% | 0.66% | - |
| HSV(B) | 229.41º | 0.57% | 0.93% | - |
| XYZ | 27.99 | 23.55 | 83.19 | - |
| YUV | 130.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 237 | 0.57 | 0.47 | 0 | 0.07 | 229.41 | 0.79 | 0.66 |
| Hex | 65 | 7D | ED | 39 | 2F | 0 | 7 | E5 | 4F | 42 |
| Octal | 145 | 175 | 355 | 71 | 57 | 0 | 7 | 345 | 117 | 102 |
| Binary | 1100101 | 1111101 | 11101101 | 111001 | 101111 | 0 | 111 | 11100101 | 1001111 | 1000010 |
Color Harmonies of #657DED
Complementary color
Monochromatic Colors of #657DED
Black with #657DED
Text Example
Text Example
White with #657DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DED; }
p { color: rgb(101,125,237); }
H1.HeaderClassName
{
color: #657DED;
}
.AnyTagClassName
{
color: #657DED;
}
</style>
background-color css
<style>
a { background-color: #657DED; }
a { background-color: rgb(101,125,237); }
div.DivClassName
{
background-color: #657DED;
}
.BgClassName
{
background-color: #657DED;
}
</style>
border-color css
<style>
span { border-color: #657DED; }
span { border-color: rgb(101,125,237); }
td.TdClassName
{
border-color: #657DED;
}
.TagClassName
{
border-color: #657DED;
}
</style>