Shades of Jordy Blue #74ABE4
Tints of Jordy Blue #74ABE4
RGB
CMYK
RGB Variations
Color information
#74ABE4 (or 0x74ABE4) is known color: Jordy Blue. HEX triplet: 74, AB and E4. RGB value is (116,171,228). Sum of RGB (Red+Green+Blue) = 116+171+228=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #74ABE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABE4 is #8B541B. Grayscale: #A0A0A0. Windows color (decimal): -9131036 or 14986100. OLE color: 14986100.
HSL color Cylindrical-coordinate representation of color #74ABE4: hue angle of 210.54º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74ABE4 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 171 | 228 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.11 |
| HSL | 210.54º | 0.67% | 0.67% | - |
| HSV(B) | 210.54º | 0.49% | 0.89% | - |
| XYZ | 35.77 | 38.44 | 78.93 | - |
| YUV | 161.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 228 | 0.49 | 0.25 | 0 | 0.11 | 210.54 | 0.67 | 0.67 |
| Hex | 74 | AB | E4 | 31 | 19 | 0 | B | D3 | 43 | 43 |
| Octal | 164 | 253 | 344 | 61 | 31 | 0 | 13 | 323 | 103 | 103 |
| Binary | 1110100 | 10101011 | 11100100 | 110001 | 11001 | 0 | 1011 | 11010011 | 1000011 | 1000011 |
Color Harmonies of #74ABE4
Complementary color
Monochromatic Colors of #74ABE4
Black with #74ABE4
Text Example
Text Example
White with #74ABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABE4; }
p { color: rgb(116,171,228); }
H1.HeaderClassName
{
color: #74ABE4;
}
.AnyTagClassName
{
color: #74ABE4;
}
</style>
background-color css
<style>
a { background-color: #74ABE4; }
a { background-color: rgb(116,171,228); }
div.DivClassName
{
background-color: #74ABE4;
}
.BgClassName
{
background-color: #74ABE4;
}
</style>
border-color css
<style>
span { border-color: #74ABE4; }
span { border-color: rgb(116,171,228); }
td.TdClassName
{
border-color: #74ABE4;
}
.TagClassName
{
border-color: #74ABE4;
}
</style>