Shades of Cornflower Blue #657ADD
Tints of Cornflower Blue #657ADD
RGB
CMYK
RGB Variations
Color information
#657ADD (or 0x657ADD) is known color: Cornflower Blue. HEX triplet: 65, 7A and DD. RGB value is (101,122,221). Sum of RGB (Red+Green+Blue) = 101+122+221=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #657ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ADD is #9A8522. Grayscale: #7E7E7E. Windows color (decimal): -10126627 or 14514789. OLE color: 14514789.
HSL color Cylindrical-coordinate representation of color #657ADD: hue angle of 229.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #657ADD is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 122 | 221 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.13 |
| HSL | 229.5º | 0.64% | 0.63% | - |
| HSV(B) | 229.5º | 0.54% | 0.87% | - |
| XYZ | 25.38 | 21.91 | 71.3 | - |
| YUV | 127.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 221 | 0.54 | 0.45 | 0 | 0.13 | 229.5 | 0.64 | 0.63 |
| Hex | 65 | 7A | DD | 36 | 2D | 0 | D | E6 | 40 | 3F |
| Octal | 145 | 172 | 335 | 66 | 55 | 0 | 15 | 346 | 100 | 77 |
| Binary | 1100101 | 1111010 | 11011101 | 110110 | 101101 | 0 | 1101 | 11100110 | 1000000 | 111111 |
Color Harmonies of #657ADD
Complementary color
Monochromatic Colors of #657ADD
Black with #657ADD
Text Example
Text Example
White with #657ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ADD; }
p { color: rgb(101,122,221); }
H1.HeaderClassName
{
color: #657ADD;
}
.AnyTagClassName
{
color: #657ADD;
}
</style>
background-color css
<style>
a { background-color: #657ADD; }
a { background-color: rgb(101,122,221); }
div.DivClassName
{
background-color: #657ADD;
}
.BgClassName
{
background-color: #657ADD;
}
</style>
border-color css
<style>
span { border-color: #657ADD; }
span { border-color: rgb(101,122,221); }
td.TdClassName
{
border-color: #657ADD;
}
.TagClassName
{
border-color: #657ADD;
}
</style>