Shades of Jordy Blue #719CCE
Tints of Jordy Blue #719CCE
RGB
CMYK
RGB Variations
Color information
#719CCE (or 0x719CCE) is known color: Jordy Blue. HEX triplet: 71, 9C and CE. RGB value is (113,156,206). Sum of RGB (Red+Green+Blue) = 113+156+206=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #719CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CCE is #8E6331. Grayscale: #949494. Windows color (decimal): -9331506 or 13540465. OLE color: 13540465.
HSL color Cylindrical-coordinate representation of color #719CCE: hue angle of 212.26º 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 #719CCE is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 156 | 206 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.19 |
| HSL | 212.26º | 0.49% | 0.63% | - |
| HSV(B) | 212.26º | 0.45% | 0.81% | - |
| XYZ | 29.84 | 31.74 | 62.95 | - |
| YUV | 148.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 206 | 0.45 | 0.24 | 0 | 0.19 | 212.26 | 0.49 | 0.63 |
| Hex | 71 | 9C | CE | 2D | 18 | 0 | 13 | D4 | 31 | 3F |
| Octal | 161 | 234 | 316 | 55 | 30 | 0 | 23 | 324 | 61 | 77 |
| Binary | 1110001 | 10011100 | 11001110 | 101101 | 11000 | 0 | 10011 | 11010100 | 110001 | 111111 |
Color Harmonies of #719CCE
Complementary color
Monochromatic Colors of #719CCE
Black with #719CCE
Text Example
Text Example
White with #719CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CCE; }
p { color: rgb(113,156,206); }
H1.HeaderClassName
{
color: #719CCE;
}
.AnyTagClassName
{
color: #719CCE;
}
</style>
background-color css
<style>
a { background-color: #719CCE; }
a { background-color: rgb(113,156,206); }
div.DivClassName
{
background-color: #719CCE;
}
.BgClassName
{
background-color: #719CCE;
}
</style>
border-color css
<style>
span { border-color: #719CCE; }
span { border-color: rgb(113,156,206); }
td.TdClassName
{
border-color: #719CCE;
}
.TagClassName
{
border-color: #719CCE;
}
</style>