Shades of Jordy Blue #719FDF
Tints of Jordy Blue #719FDF
RGB
CMYK
RGB Variations
Color information
#719FDF (or 0x719FDF) is known color: Jordy Blue. HEX triplet: 71, 9F and DF. RGB value is (113,159,223). Sum of RGB (Red+Green+Blue) = 113+159+223=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #719FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FDF is #8E6020. Grayscale: #989898. Windows color (decimal): -9330721 or 14655345. OLE color: 14655345.
HSL color Cylindrical-coordinate representation of color #719FDF: hue angle of 214.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719FDF is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 159 | 223 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.13 |
| HSL | 214.91º | 0.63% | 0.66% | - |
| HSV(B) | 214.91º | 0.49% | 0.87% | - |
| XYZ | 32.53 | 33.63 | 74.59 | - |
| YUV | 152.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 223 | 0.49 | 0.29 | 0 | 0.13 | 214.91 | 0.63 | 0.66 |
| Hex | 71 | 9F | DF | 31 | 1D | 0 | D | D7 | 3F | 42 |
| Octal | 161 | 237 | 337 | 61 | 35 | 0 | 15 | 327 | 77 | 102 |
| Binary | 1110001 | 10011111 | 11011111 | 110001 | 11101 | 0 | 1101 | 11010111 | 111111 | 1000010 |
Color Harmonies of #719FDF
Complementary color
Monochromatic Colors of #719FDF
Black with #719FDF
Text Example
Text Example
White with #719FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FDF; }
p { color: rgb(113,159,223); }
H1.HeaderClassName
{
color: #719FDF;
}
.AnyTagClassName
{
color: #719FDF;
}
</style>
background-color css
<style>
a { background-color: #719FDF; }
a { background-color: rgb(113,159,223); }
div.DivClassName
{
background-color: #719FDF;
}
.BgClassName
{
background-color: #719FDF;
}
</style>
border-color css
<style>
span { border-color: #719FDF; }
span { border-color: rgb(113,159,223); }
td.TdClassName
{
border-color: #719FDF;
}
.TagClassName
{
border-color: #719FDF;
}
</style>