Shades of Jordy Blue #72A1DF
Tints of Jordy Blue #72A1DF
RGB
CMYK
RGB Variations
Color information
#72A1DF (or 0x72A1DF) is known color: Jordy Blue. HEX triplet: 72, A1 and DF. RGB value is (114,161,223). Sum of RGB (Red+Green+Blue) = 114+161+223=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #72A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1DF is #8D5E20. Grayscale: #999999. Windows color (decimal): -9264673 or 14655858. OLE color: 14655858.
HSL color Cylindrical-coordinate representation of color #72A1DF: hue angle of 214.13º 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 #72A1DF is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 161 | 223 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.13 |
| HSL | 214.13º | 0.63% | 0.66% | - |
| HSV(B) | 214.13º | 0.49% | 0.87% | - |
| XYZ | 33 | 34.39 | 74.71 | - |
| YUV | 154.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 223 | 0.49 | 0.28 | 0 | 0.13 | 214.13 | 0.63 | 0.66 |
| Hex | 72 | A1 | DF | 31 | 1C | 0 | D | D6 | 3F | 42 |
| Octal | 162 | 241 | 337 | 61 | 34 | 0 | 15 | 326 | 77 | 102 |
| Binary | 1110010 | 10100001 | 11011111 | 110001 | 11100 | 0 | 1101 | 11010110 | 111111 | 1000010 |
Color Harmonies of #72A1DF
Complementary color
Monochromatic Colors of #72A1DF
Black with #72A1DF
Text Example
Text Example
White with #72A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A1DF; }
p { color: rgb(114,161,223); }
H1.HeaderClassName
{
color: #72A1DF;
}
.AnyTagClassName
{
color: #72A1DF;
}
</style>
background-color css
<style>
a { background-color: #72A1DF; }
a { background-color: rgb(114,161,223); }
div.DivClassName
{
background-color: #72A1DF;
}
.BgClassName
{
background-color: #72A1DF;
}
</style>
border-color css
<style>
span { border-color: #72A1DF; }
span { border-color: rgb(114,161,223); }
td.TdClassName
{
border-color: #72A1DF;
}
.TagClassName
{
border-color: #72A1DF;
}
</style>