Shades of Jordy Blue #74A8DC
Tints of Jordy Blue #74A8DC
RGB
CMYK
RGB Variations
Color information
#74A8DC (or 0x74A8DC) is known color: Jordy Blue. HEX triplet: 74, A8 and DC. RGB value is (116,168,220). Sum of RGB (Red+Green+Blue) = 116+168+220=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #74A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8DC is #8B5723. Grayscale: #9E9E9E. Windows color (decimal): -9131812 or 14461044. OLE color: 14461044.
HSL color Cylindrical-coordinate representation of color #74A8DC: hue angle of 210º degrees, saturation: 0.6, 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 #74A8DC is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 168 | 220 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.14 |
| HSL | 210º | 0.6% | 0.66% | - |
| HSV(B) | 210º | 0.47% | 0.86% | - |
| XYZ | 34.12 | 36.89 | 73.03 | - |
| YUV | 158.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 220 | 0.47 | 0.24 | 0 | 0.14 | 210 | 0.6 | 0.66 |
| Hex | 74 | A8 | DC | 2F | 18 | 0 | E | D2 | 3C | 42 |
| Octal | 164 | 250 | 334 | 57 | 30 | 0 | 16 | 322 | 74 | 102 |
| Binary | 1110100 | 10101000 | 11011100 | 101111 | 11000 | 0 | 1110 | 11010010 | 111100 | 1000010 |
Color Harmonies of #74A8DC
Complementary color
Monochromatic Colors of #74A8DC
Black with #74A8DC
Text Example
Text Example
White with #74A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8DC; }
p { color: rgb(116,168,220); }
H1.HeaderClassName
{
color: #74A8DC;
}
.AnyTagClassName
{
color: #74A8DC;
}
</style>
background-color css
<style>
a { background-color: #74A8DC; }
a { background-color: rgb(116,168,220); }
div.DivClassName
{
background-color: #74A8DC;
}
.BgClassName
{
background-color: #74A8DC;
}
</style>
border-color css
<style>
span { border-color: #74A8DC; }
span { border-color: rgb(116,168,220); }
td.TdClassName
{
border-color: #74A8DC;
}
.TagClassName
{
border-color: #74A8DC;
}
</style>