Shades of Cornflower Blue #657FDB
Tints of Cornflower Blue #657FDB
RGB
CMYK
RGB Variations
Color information
#657FDB (or 0x657FDB) is known color: Cornflower Blue. HEX triplet: 65, 7F and DB. RGB value is (101,127,219). Sum of RGB (Red+Green+Blue) = 101+127+219=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #657FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657FDB is #9A8024. Grayscale: #818181. Windows color (decimal): -10125349 or 14384997. OLE color: 14384997.
HSL color Cylindrical-coordinate representation of color #657FDB: hue angle of 226.78º 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 #657FDB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 127 | 219 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.14 |
| HSL | 226.78º | 0.62% | 0.63% | - |
| HSV(B) | 226.78º | 0.54% | 0.86% | - |
| XYZ | 25.74 | 23.06 | 70.11 | - |
| YUV | 129.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 219 | 0.54 | 0.42 | 0 | 0.14 | 226.78 | 0.62 | 0.63 |
| Hex | 65 | 7F | DB | 36 | 2A | 0 | E | E3 | 3E | 3F |
| Octal | 145 | 177 | 333 | 66 | 52 | 0 | 16 | 343 | 76 | 77 |
| Binary | 1100101 | 1111111 | 11011011 | 110110 | 101010 | 0 | 1110 | 11100011 | 111110 | 111111 |
Color Harmonies of #657FDB
Complementary color
Monochromatic Colors of #657FDB
Black with #657FDB
Text Example
Text Example
White with #657FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657FDB; }
p { color: rgb(101,127,219); }
H1.HeaderClassName
{
color: #657FDB;
}
.AnyTagClassName
{
color: #657FDB;
}
</style>
background-color css
<style>
a { background-color: #657FDB; }
a { background-color: rgb(101,127,219); }
div.DivClassName
{
background-color: #657FDB;
}
.BgClassName
{
background-color: #657FDB;
}
</style>
border-color css
<style>
span { border-color: #657FDB; }
span { border-color: rgb(101,127,219); }
td.TdClassName
{
border-color: #657FDB;
}
.TagClassName
{
border-color: #657FDB;
}
</style>