Shades of Jordy Blue #719BDB
Tints of Jordy Blue #719BDB
RGB
CMYK
RGB Variations
Color information
#719BDB (or 0x719BDB) is known color: Jordy Blue. HEX triplet: 71, 9B and DB. RGB value is (113,155,219). Sum of RGB (Red+Green+Blue) = 113+155+219=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #719BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BDB is #8E6424. Grayscale: #959595. Windows color (decimal): -9331749 or 14392177. OLE color: 14392177.
HSL color Cylindrical-coordinate representation of color #719BDB: hue angle of 216.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719BDB is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 155 | 219 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.14 |
| HSL | 216.23º | 0.6% | 0.65% | - |
| HSV(B) | 216.23º | 0.48% | 0.86% | - |
| XYZ | 31.32 | 32.07 | 71.56 | - |
| YUV | 149.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 219 | 0.48 | 0.29 | 0 | 0.14 | 216.23 | 0.6 | 0.65 |
| Hex | 71 | 9B | DB | 30 | 1D | 0 | E | D8 | 3C | 41 |
| Octal | 161 | 233 | 333 | 60 | 35 | 0 | 16 | 330 | 74 | 101 |
| Binary | 1110001 | 10011011 | 11011011 | 110000 | 11101 | 0 | 1110 | 11011000 | 111100 | 1000001 |
Color Harmonies of #719BDB
Complementary color
Monochromatic Colors of #719BDB
Black with #719BDB
Text Example
Text Example
White with #719BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BDB; }
p { color: rgb(113,155,219); }
H1.HeaderClassName
{
color: #719BDB;
}
.AnyTagClassName
{
color: #719BDB;
}
</style>
background-color css
<style>
a { background-color: #719BDB; }
a { background-color: rgb(113,155,219); }
div.DivClassName
{
background-color: #719BDB;
}
.BgClassName
{
background-color: #719BDB;
}
</style>
border-color css
<style>
span { border-color: #719BDB; }
span { border-color: rgb(113,155,219); }
td.TdClassName
{
border-color: #719BDB;
}
.TagClassName
{
border-color: #719BDB;
}
</style>