Shades of Cornflower Blue #658BDB
Tints of Cornflower Blue #658BDB
RGB
CMYK
RGB Variations
Color information
#658BDB (or 0x658BDB) is known color: Cornflower Blue. HEX triplet: 65, 8B and DB. RGB value is (101,139,219). Sum of RGB (Red+Green+Blue) = 101+139+219=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #658BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BDB is #9A7424. Grayscale: #888888. Windows color (decimal): -10122277 or 14388069. OLE color: 14388069.
HSL color Cylindrical-coordinate representation of color #658BDB: hue angle of 220.68º 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 #658BDB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 139 | 219 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.14 |
| HSL | 220.68º | 0.62% | 0.63% | - |
| HSV(B) | 220.68º | 0.54% | 0.86% | - |
| XYZ | 27.39 | 26.35 | 70.66 | - |
| YUV | 136.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 219 | 0.54 | 0.37 | 0 | 0.14 | 220.68 | 0.62 | 0.63 |
| Hex | 65 | 8B | DB | 36 | 25 | 0 | E | DD | 3E | 3F |
| Octal | 145 | 213 | 333 | 66 | 45 | 0 | 16 | 335 | 76 | 77 |
| Binary | 1100101 | 10001011 | 11011011 | 110110 | 100101 | 0 | 1110 | 11011101 | 111110 | 111111 |
Color Harmonies of #658BDB
Complementary color
Monochromatic Colors of #658BDB
Black with #658BDB
Text Example
Text Example
White with #658BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BDB; }
p { color: rgb(101,139,219); }
H1.HeaderClassName
{
color: #658BDB;
}
.AnyTagClassName
{
color: #658BDB;
}
</style>
background-color css
<style>
a { background-color: #658BDB; }
a { background-color: rgb(101,139,219); }
div.DivClassName
{
background-color: #658BDB;
}
.BgClassName
{
background-color: #658BDB;
}
</style>
border-color css
<style>
span { border-color: #658BDB; }
span { border-color: rgb(101,139,219); }
td.TdClassName
{
border-color: #658BDB;
}
.TagClassName
{
border-color: #658BDB;
}
</style>