Shades of Jordy Blue #72A8DE
Tints of Jordy Blue #72A8DE
RGB
CMYK
RGB Variations
Color information
#72A8DE (or 0x72A8DE) is known color: Jordy Blue. HEX triplet: 72, A8 and DE. RGB value is (114,168,222). Sum of RGB (Red+Green+Blue) = 114+168+222=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #72A8DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8DE is #8D5721. Grayscale: #9D9D9D. Windows color (decimal): -9262882 or 14592114. OLE color: 14592114.
HSL color Cylindrical-coordinate representation of color #72A8DE: hue angle of 210º 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 #72A8DE is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 168 | 222 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.13 |
| HSL | 210º | 0.62% | 0.66% | - |
| HSV(B) | 210º | 0.49% | 0.87% | - |
| XYZ | 34.13 | 36.86 | 74.42 | - |
| YUV | 158.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 222 | 0.49 | 0.24 | 0 | 0.13 | 210 | 0.62 | 0.66 |
| Hex | 72 | A8 | DE | 31 | 18 | 0 | D | D2 | 3E | 42 |
| Octal | 162 | 250 | 336 | 61 | 30 | 0 | 15 | 322 | 76 | 102 |
| Binary | 1110010 | 10101000 | 11011110 | 110001 | 11000 | 0 | 1101 | 11010010 | 111110 | 1000010 |
Color Harmonies of #72A8DE
Complementary color
Monochromatic Colors of #72A8DE
Black with #72A8DE
Text Example
Text Example
White with #72A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A8DE; }
p { color: rgb(114,168,222); }
H1.HeaderClassName
{
color: #72A8DE;
}
.AnyTagClassName
{
color: #72A8DE;
}
</style>
background-color css
<style>
a { background-color: #72A8DE; }
a { background-color: rgb(114,168,222); }
div.DivClassName
{
background-color: #72A8DE;
}
.BgClassName
{
background-color: #72A8DE;
}
</style>
border-color css
<style>
span { border-color: #72A8DE; }
span { border-color: rgb(114,168,222); }
td.TdClassName
{
border-color: #72A8DE;
}
.TagClassName
{
border-color: #72A8DE;
}
</style>