Shades of Jordy Blue #72A7DE
Tints of Jordy Blue #72A7DE
RGB
CMYK
RGB Variations
Color information
#72A7DE (or 0x72A7DE) is known color: Jordy Blue. HEX triplet: 72, A7 and DE. RGB value is (114,167,222). Sum of RGB (Red+Green+Blue) = 114+167+222=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #72A7DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A7DE is #8D5821. Grayscale: #9D9D9D. Windows color (decimal): -9263138 or 14591858. OLE color: 14591858.
HSL color Cylindrical-coordinate representation of color #72A7DE: hue angle of 210.56º degrees, saturation: 0.62, 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 #72A7DE is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 167 | 222 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.13 |
| HSL | 210.56º | 0.62% | 0.66% | - |
| HSV(B) | 210.56º | 0.49% | 0.87% | - |
| XYZ | 33.94 | 36.49 | 74.36 | - |
| YUV | 157.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 222 | 0.49 | 0.25 | 0 | 0.13 | 210.56 | 0.62 | 0.66 |
| Hex | 72 | A7 | DE | 31 | 19 | 0 | D | D3 | 3E | 42 |
| Octal | 162 | 247 | 336 | 61 | 31 | 0 | 15 | 323 | 76 | 102 |
| Binary | 1110010 | 10100111 | 11011110 | 110001 | 11001 | 0 | 1101 | 11010011 | 111110 | 1000010 |
Color Harmonies of #72A7DE
Complementary color
Monochromatic Colors of #72A7DE
Black with #72A7DE
Text Example
Text Example
White with #72A7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A7DE; }
p { color: rgb(114,167,222); }
H1.HeaderClassName
{
color: #72A7DE;
}
.AnyTagClassName
{
color: #72A7DE;
}
</style>
background-color css
<style>
a { background-color: #72A7DE; }
a { background-color: rgb(114,167,222); }
div.DivClassName
{
background-color: #72A7DE;
}
.BgClassName
{
background-color: #72A7DE;
}
</style>
border-color css
<style>
span { border-color: #72A7DE; }
span { border-color: rgb(114,167,222); }
td.TdClassName
{
border-color: #72A7DE;
}
.TagClassName
{
border-color: #72A7DE;
}
</style>