Shades of Jordy Blue #74A8E1
Tints of Jordy Blue #74A8E1
RGB
CMYK
RGB Variations
Color information
#74A8E1 (or 0x74A8E1) is known color: Jordy Blue. HEX triplet: 74, A8 and E1. RGB value is (116,168,225). Sum of RGB (Red+Green+Blue) = 116+168+225=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #74A8E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8E1 is #8B571E. Grayscale: #9E9E9E. Windows color (decimal): -9131807 or 14788724. OLE color: 14788724.
HSL color Cylindrical-coordinate representation of color #74A8E1: hue angle of 211.38º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A8E1 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 168 | 225 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.12 |
| HSL | 211.38º | 0.64% | 0.67% | - |
| HSV(B) | 211.38º | 0.48% | 0.88% | - |
| XYZ | 34.8 | 37.15 | 76.57 | - |
| YUV | 158.95 | 165.27 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 225 | 0.48 | 0.25 | 0 | 0.12 | 211.38 | 0.64 | 0.67 |
| Hex | 74 | A8 | E1 | 30 | 19 | 0 | C | D3 | 40 | 43 |
| Octal | 164 | 250 | 341 | 60 | 31 | 0 | 14 | 323 | 100 | 103 |
| Binary | 1110100 | 10101000 | 11100001 | 110000 | 11001 | 0 | 1100 | 11010011 | 1000000 | 1000011 |
Color Harmonies of #74A8E1
Complementary color
Monochromatic Colors of #74A8E1
Black with #74A8E1
Text Example
Text Example
White with #74A8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8E1; }
p { color: rgb(116,168,225); }
H1.HeaderClassName
{
color: #74A8E1;
}
.AnyTagClassName
{
color: #74A8E1;
}
</style>
background-color css
<style>
a { background-color: #74A8E1; }
a { background-color: rgb(116,168,225); }
div.DivClassName
{
background-color: #74A8E1;
}
.BgClassName
{
background-color: #74A8E1;
}
</style>
border-color css
<style>
span { border-color: #74A8E1; }
span { border-color: rgb(116,168,225); }
td.TdClassName
{
border-color: #74A8E1;
}
.TagClassName
{
border-color: #74A8E1;
}
</style>