Shades of Jordy Blue #72AFDF
Tints of Jordy Blue #72AFDF
RGB
CMYK
RGB Variations
Color information
#72AFDF (or 0x72AFDF) is known color: Jordy Blue. HEX triplet: 72, AF and DF. RGB value is (114,175,223). Sum of RGB (Red+Green+Blue) = 114+175+223=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #72AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFDF is #8D5020. Grayscale: #A1A1A1. Windows color (decimal): -9261089 or 14659442. OLE color: 14659442.
HSL color Cylindrical-coordinate representation of color #72AFDF: hue angle of 206.42º 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 #72AFDF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 175 | 223 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.13 |
| HSL | 206.42º | 0.63% | 0.66% | - |
| HSV(B) | 206.42º | 0.49% | 0.87% | - |
| XYZ | 35.59 | 39.57 | 75.57 | - |
| YUV | 162.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 223 | 0.49 | 0.22 | 0 | 0.13 | 206.42 | 0.63 | 0.66 |
| Hex | 72 | AF | DF | 31 | 16 | 0 | D | CE | 3F | 42 |
| Octal | 162 | 257 | 337 | 61 | 26 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110010 | 10101111 | 11011111 | 110001 | 10110 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #72AFDF
Complementary color
Monochromatic Colors of #72AFDF
Black with #72AFDF
Text Example
Text Example
White with #72AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AFDF; }
p { color: rgb(114,175,223); }
H1.HeaderClassName
{
color: #72AFDF;
}
.AnyTagClassName
{
color: #72AFDF;
}
</style>
background-color css
<style>
a { background-color: #72AFDF; }
a { background-color: rgb(114,175,223); }
div.DivClassName
{
background-color: #72AFDF;
}
.BgClassName
{
background-color: #72AFDF;
}
</style>
border-color css
<style>
span { border-color: #72AFDF; }
span { border-color: rgb(114,175,223); }
td.TdClassName
{
border-color: #72AFDF;
}
.TagClassName
{
border-color: #72AFDF;
}
</style>