Shades of Cornflower Blue #657BDB
Tints of Cornflower Blue #657BDB
RGB
CMYK
RGB Variations
Color information
#657BDB (or 0x657BDB) is known color: Cornflower Blue. HEX triplet: 65, 7B and DB. RGB value is (101,123,219). Sum of RGB (Red+Green+Blue) = 101+123+219=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #657BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657BDB is #9A8424. Grayscale: #7E7E7E. Windows color (decimal): -10126373 or 14383973. OLE color: 14383973.
HSL color Cylindrical-coordinate representation of color #657BDB: hue angle of 228.81º 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 #657BDB is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 123 | 219 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.14 |
| HSL | 228.81º | 0.62% | 0.63% | - |
| HSV(B) | 228.81º | 0.54% | 0.86% | - |
| XYZ | 25.24 | 22.05 | 69.94 | - |
| YUV | 127.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 219 | 0.54 | 0.44 | 0 | 0.14 | 228.81 | 0.62 | 0.63 |
| Hex | 65 | 7B | DB | 36 | 2C | 0 | E | E5 | 3E | 3F |
| Octal | 145 | 173 | 333 | 66 | 54 | 0 | 16 | 345 | 76 | 77 |
| Binary | 1100101 | 1111011 | 11011011 | 110110 | 101100 | 0 | 1110 | 11100101 | 111110 | 111111 |
Color Harmonies of #657BDB
Complementary color
Monochromatic Colors of #657BDB
Black with #657BDB
Text Example
Text Example
White with #657BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BDB; }
p { color: rgb(101,123,219); }
H1.HeaderClassName
{
color: #657BDB;
}
.AnyTagClassName
{
color: #657BDB;
}
</style>
background-color css
<style>
a { background-color: #657BDB; }
a { background-color: rgb(101,123,219); }
div.DivClassName
{
background-color: #657BDB;
}
.BgClassName
{
background-color: #657BDB;
}
</style>
border-color css
<style>
span { border-color: #657BDB; }
span { border-color: rgb(101,123,219); }
td.TdClassName
{
border-color: #657BDB;
}
.TagClassName
{
border-color: #657BDB;
}
</style>