Shades of Jordy Blue #74AFDB
Tints of Jordy Blue #74AFDB
RGB
CMYK
RGB Variations
Color information
#74AFDB (or 0x74AFDB) is known color: Jordy Blue. HEX triplet: 74, AF and DB. RGB value is (116,175,219). Sum of RGB (Red+Green+Blue) = 116+175+219=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #74AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFDB is #8B5024. Grayscale: #A2A2A2. Windows color (decimal): -9130021 or 14397300. OLE color: 14397300.
HSL color Cylindrical-coordinate representation of color #74AFDB: hue angle of 205.63º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74AFDB is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 175 | 219 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.14 |
| HSL | 205.63º | 0.59% | 0.66% | - |
| HSV(B) | 205.63º | 0.47% | 0.86% | - |
| XYZ | 35.32 | 39.49 | 72.78 | - |
| YUV | 162.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 219 | 0.47 | 0.20 | 0 | 0.14 | 205.63 | 0.59 | 0.66 |
| Hex | 74 | AF | DB | 2F | 14 | 0 | E | CE | 3B | 42 |
| Octal | 164 | 257 | 333 | 57 | 24 | 0 | 16 | 316 | 73 | 102 |
| Binary | 1110100 | 10101111 | 11011011 | 101111 | 10100 | 0 | 1110 | 11001110 | 111011 | 1000010 |
Color Harmonies of #74AFDB
Complementary color
Monochromatic Colors of #74AFDB
Black with #74AFDB
Text Example
Text Example
White with #74AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AFDB; }
p { color: rgb(116,175,219); }
H1.HeaderClassName
{
color: #74AFDB;
}
.AnyTagClassName
{
color: #74AFDB;
}
</style>
background-color css
<style>
a { background-color: #74AFDB; }
a { background-color: rgb(116,175,219); }
div.DivClassName
{
background-color: #74AFDB;
}
.BgClassName
{
background-color: #74AFDB;
}
</style>
border-color css
<style>
span { border-color: #74AFDB; }
span { border-color: rgb(116,175,219); }
td.TdClassName
{
border-color: #74AFDB;
}
.TagClassName
{
border-color: #74AFDB;
}
</style>