Shades of Jordy Blue #74A8EA
Tints of Jordy Blue #74A8EA
RGB
CMYK
RGB Variations
Color information
#74A8EA (or 0x74A8EA) is known color: Jordy Blue. HEX triplet: 74, A8 and EA. RGB value is (116,168,234). Sum of RGB (Red+Green+Blue) = 116+168+234=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #74A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8EA is #8B5715. Grayscale: #9F9F9F. Windows color (decimal): -9131798 or 15378548. OLE color: 15378548.
HSL color Cylindrical-coordinate representation of color #74A8EA: hue angle of 213.56º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74A8EA is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 168 | 234 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.08 |
| HSL | 213.56º | 0.74% | 0.69% | - |
| HSV(B) | 213.56º | 0.5% | 0.92% | - |
| XYZ | 36.06 | 37.66 | 83.21 | - |
| YUV | 159.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 234 | 0.50 | 0.28 | 0 | 0.08 | 213.56 | 0.74 | 0.69 |
| Hex | 74 | A8 | EA | 32 | 1C | 0 | 8 | D6 | 4A | 45 |
| Octal | 164 | 250 | 352 | 62 | 34 | 0 | 10 | 326 | 112 | 105 |
| Binary | 1110100 | 10101000 | 11101010 | 110010 | 11100 | 0 | 1000 | 11010110 | 1001010 | 1000101 |
Color Harmonies of #74A8EA
Complementary color
Monochromatic Colors of #74A8EA
Black with #74A8EA
Text Example
Text Example
White with #74A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8EA; }
p { color: rgb(116,168,234); }
H1.HeaderClassName
{
color: #74A8EA;
}
.AnyTagClassName
{
color: #74A8EA;
}
</style>
background-color css
<style>
a { background-color: #74A8EA; }
a { background-color: rgb(116,168,234); }
div.DivClassName
{
background-color: #74A8EA;
}
.BgClassName
{
background-color: #74A8EA;
}
</style>
border-color css
<style>
span { border-color: #74A8EA; }
span { border-color: rgb(116,168,234); }
td.TdClassName
{
border-color: #74A8EA;
}
.TagClassName
{
border-color: #74A8EA;
}
</style>