Shades of Jordy Blue #74A8F0
Tints of Jordy Blue #74A8F0
RGB
CMYK
RGB Variations
Color information
#74A8F0 (or 0x74A8F0) is known color: Jordy Blue. HEX triplet: 74, A8 and F0. RGB value is (116,168,240). Sum of RGB (Red+Green+Blue) = 116+168+240=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #74A8F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8F0 is #8B570F. Grayscale: #A0A0A0. Windows color (decimal): -9131792 or 15771764. OLE color: 15771764.
HSL color Cylindrical-coordinate representation of color #74A8F0: hue angle of 214.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74A8F0 is Cyan = 0.52, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 168 | 240 | - |
| CMYK | 0.52 | 0.3 | 0 | 0.06 |
| HSL | 214.84º | 0.81% | 0.7% | - |
| HSV(B) | 214.84º | 0.52% | 0.94% | - |
| XYZ | 36.93 | 38.01 | 87.83 | - |
| YUV | 160.66 | 172.77 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 240 | 0.52 | 0.3 | 0 | 0.06 | 214.84 | 0.81 | 0.7 |
| Hex | 74 | A8 | F0 | 34 | 1E | 0 | 6 | D7 | 51 | 46 |
| Octal | 164 | 250 | 360 | 64 | 36 | 0 | 6 | 327 | 121 | 106 |
| Binary | 1110100 | 10101000 | 11110000 | 110100 | 11110 | 0 | 110 | 11010111 | 1010001 | 1000110 |
Color Harmonies of #74A8F0
Complementary color
Monochromatic Colors of #74A8F0
Black with #74A8F0
Text Example
Text Example
White with #74A8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8F0; }
p { color: rgb(116,168,240); }
H1.HeaderClassName
{
color: #74A8F0;
}
.AnyTagClassName
{
color: #74A8F0;
}
</style>
background-color css
<style>
a { background-color: #74A8F0; }
a { background-color: rgb(116,168,240); }
div.DivClassName
{
background-color: #74A8F0;
}
.BgClassName
{
background-color: #74A8F0;
}
</style>
border-color css
<style>
span { border-color: #74A8F0; }
span { border-color: rgb(116,168,240); }
td.TdClassName
{
border-color: #74A8F0;
}
.TagClassName
{
border-color: #74A8F0;
}
</style>