Shades of Cornflower Blue #657DDB
Tints of Cornflower Blue #657DDB
RGB
CMYK
RGB Variations
Color information
#657DDB (or 0x657DDB) is known color: Cornflower Blue. HEX triplet: 65, 7D and DB. RGB value is (101,125,219). Sum of RGB (Red+Green+Blue) = 101+125+219=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #657DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DDB is #9A8224. Grayscale: #808080. Windows color (decimal): -10125861 or 14384485. OLE color: 14384485.
HSL color Cylindrical-coordinate representation of color #657DDB: hue angle of 227.8º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #657DDB is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 125 | 219 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.14 |
| HSL | 227.8º | 0.62% | 0.63% | - |
| HSV(B) | 227.8º | 0.54% | 0.86% | - |
| XYZ | 25.49 | 22.55 | 70.03 | - |
| YUV | 128.54 | 179.05 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 219 | 0.54 | 0.43 | 0 | 0.14 | 227.8 | 0.62 | 0.63 |
| Hex | 65 | 7D | DB | 36 | 2B | 0 | E | E4 | 3E | 3F |
| Octal | 145 | 175 | 333 | 66 | 53 | 0 | 16 | 344 | 76 | 77 |
| Binary | 1100101 | 1111101 | 11011011 | 110110 | 101011 | 0 | 1110 | 11100100 | 111110 | 111111 |
Color Harmonies of #657DDB
Complementary color
Monochromatic Colors of #657DDB
Black with #657DDB
Text Example
Text Example
White with #657DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DDB; }
p { color: rgb(101,125,219); }
H1.HeaderClassName
{
color: #657DDB;
}
.AnyTagClassName
{
color: #657DDB;
}
</style>
background-color css
<style>
a { background-color: #657DDB; }
a { background-color: rgb(101,125,219); }
div.DivClassName
{
background-color: #657DDB;
}
.BgClassName
{
background-color: #657DDB;
}
</style>
border-color css
<style>
span { border-color: #657DDB; }
span { border-color: rgb(101,125,219); }
td.TdClassName
{
border-color: #657DDB;
}
.TagClassName
{
border-color: #657DDB;
}
</style>