Shades of Jordy Blue #719DCE
Tints of Jordy Blue #719DCE
RGB
CMYK
RGB Variations
Color information
#719DCE (or 0x719DCE) is known color: Jordy Blue. HEX triplet: 71, 9D and CE. RGB value is (113,157,206). Sum of RGB (Red+Green+Blue) = 113+157+206=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #719DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DCE is #8E6231. Grayscale: #959595. Windows color (decimal): -9331250 or 13540721. OLE color: 13540721.
HSL color Cylindrical-coordinate representation of color #719DCE: hue angle of 211.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719DCE is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 157 | 206 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.19 |
| HSL | 211.61º | 0.49% | 0.63% | - |
| HSV(B) | 211.61º | 0.45% | 0.81% | - |
| XYZ | 30.01 | 32.08 | 63 | - |
| YUV | 149.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 206 | 0.45 | 0.24 | 0 | 0.19 | 211.61 | 0.49 | 0.63 |
| Hex | 71 | 9D | CE | 2D | 18 | 0 | 13 | D4 | 31 | 3F |
| Octal | 161 | 235 | 316 | 55 | 30 | 0 | 23 | 324 | 61 | 77 |
| Binary | 1110001 | 10011101 | 11001110 | 101101 | 11000 | 0 | 10011 | 11010100 | 110001 | 111111 |
Color Harmonies of #719DCE
Complementary color
Monochromatic Colors of #719DCE
Black with #719DCE
Text Example
Text Example
White with #719DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DCE; }
p { color: rgb(113,157,206); }
H1.HeaderClassName
{
color: #719DCE;
}
.AnyTagClassName
{
color: #719DCE;
}
</style>
background-color css
<style>
a { background-color: #719DCE; }
a { background-color: rgb(113,157,206); }
div.DivClassName
{
background-color: #719DCE;
}
.BgClassName
{
background-color: #719DCE;
}
</style>
border-color css
<style>
span { border-color: #719DCE; }
span { border-color: rgb(113,157,206); }
td.TdClassName
{
border-color: #719DCE;
}
.TagClassName
{
border-color: #719DCE;
}
</style>