Shades of Jordy Blue #719BDC
Tints of Jordy Blue #719BDC
RGB
CMYK
RGB Variations
Color information
#719BDC (or 0x719BDC) is known color: Jordy Blue. HEX triplet: 71, 9B and DC. RGB value is (113,155,220). Sum of RGB (Red+Green+Blue) = 113+155+220=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #719BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BDC is #8E6423. Grayscale: #959595. Windows color (decimal): -9331748 or 14457713. OLE color: 14457713.
HSL color Cylindrical-coordinate representation of color #719BDC: hue angle of 216.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719BDC is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 155 | 220 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.14 |
| HSL | 216.45º | 0.6% | 0.65% | - |
| HSV(B) | 216.45º | 0.49% | 0.86% | - |
| XYZ | 31.45 | 32.12 | 72.25 | - |
| YUV | 149.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 220 | 0.49 | 0.30 | 0 | 0.14 | 216.45 | 0.6 | 0.65 |
| Hex | 71 | 9B | DC | 31 | 1E | 0 | E | D8 | 3C | 41 |
| Octal | 161 | 233 | 334 | 61 | 36 | 0 | 16 | 330 | 74 | 101 |
| Binary | 1110001 | 10011011 | 11011100 | 110001 | 11110 | 0 | 1110 | 11011000 | 111100 | 1000001 |
Color Harmonies of #719BDC
Complementary color
Monochromatic Colors of #719BDC
Black with #719BDC
Text Example
Text Example
White with #719BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BDC; }
p { color: rgb(113,155,220); }
H1.HeaderClassName
{
color: #719BDC;
}
.AnyTagClassName
{
color: #719BDC;
}
</style>
background-color css
<style>
a { background-color: #719BDC; }
a { background-color: rgb(113,155,220); }
div.DivClassName
{
background-color: #719BDC;
}
.BgClassName
{
background-color: #719BDC;
}
</style>
border-color css
<style>
span { border-color: #719BDC; }
span { border-color: rgb(113,155,220); }
td.TdClassName
{
border-color: #719BDC;
}
.TagClassName
{
border-color: #719BDC;
}
</style>