Shades of Jordy Blue #74A2E6
Tints of Jordy Blue #74A2E6
RGB
CMYK
RGB Variations
Color information
#74A2E6 (or 0x74A2E6) is known color: Jordy Blue. HEX triplet: 74, A2 and E6. RGB value is (116,162,230). Sum of RGB (Red+Green+Blue) = 116+162+230=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #74A2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A2E6 is #8B5D19. Grayscale: #9B9B9B. Windows color (decimal): -9133338 or 15114868. OLE color: 15114868.
HSL color Cylindrical-coordinate representation of color #74A2E6: hue angle of 215.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74A2E6 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 162 | 230 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.10 |
| HSL | 215.79º | 0.7% | 0.68% | - |
| HSV(B) | 215.79º | 0.5% | 0.9% | - |
| XYZ | 34.41 | 35.27 | 79.86 | - |
| YUV | 156 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 230 | 0.50 | 0.30 | 0 | 0.10 | 215.79 | 0.7 | 0.68 |
| Hex | 74 | A2 | E6 | 32 | 1E | 0 | A | D8 | 46 | 44 |
| Octal | 164 | 242 | 346 | 62 | 36 | 0 | 12 | 330 | 106 | 104 |
| Binary | 1110100 | 10100010 | 11100110 | 110010 | 11110 | 0 | 1010 | 11011000 | 1000110 | 1000100 |
Color Harmonies of #74A2E6
Complementary color
Monochromatic Colors of #74A2E6
Black with #74A2E6
Text Example
Text Example
White with #74A2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A2E6; }
p { color: rgb(116,162,230); }
H1.HeaderClassName
{
color: #74A2E6;
}
.AnyTagClassName
{
color: #74A2E6;
}
</style>
background-color css
<style>
a { background-color: #74A2E6; }
a { background-color: rgb(116,162,230); }
div.DivClassName
{
background-color: #74A2E6;
}
.BgClassName
{
background-color: #74A2E6;
}
</style>
border-color css
<style>
span { border-color: #74A2E6; }
span { border-color: rgb(116,162,230); }
td.TdClassName
{
border-color: #74A2E6;
}
.TagClassName
{
border-color: #74A2E6;
}
</style>