Shades of Jordy Blue #74A8EE
Tints of Jordy Blue #74A8EE
RGB
CMYK
RGB Variations
Color information
#74A8EE (or 0x74A8EE) is known color: Jordy Blue. HEX triplet: 74, A8 and EE. RGB value is (116,168,238). Sum of RGB (Red+Green+Blue) = 116+168+238=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #74A8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8EE is #8B5711. Grayscale: #A0A0A0. Windows color (decimal): -9131794 or 15640692. OLE color: 15640692.
HSL color Cylindrical-coordinate representation of color #74A8EE: hue angle of 214.43º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74A8EE is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 168 | 238 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.07 |
| HSL | 214.43º | 0.78% | 0.69% | - |
| HSV(B) | 214.43º | 0.51% | 0.93% | - |
| XYZ | 36.64 | 37.89 | 86.27 | - |
| YUV | 160.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 238 | 0.51 | 0.29 | 0 | 0.07 | 214.43 | 0.78 | 0.69 |
| Hex | 74 | A8 | EE | 33 | 1D | 0 | 7 | D6 | 4E | 45 |
| Octal | 164 | 250 | 356 | 63 | 35 | 0 | 7 | 326 | 116 | 105 |
| Binary | 1110100 | 10101000 | 11101110 | 110011 | 11101 | 0 | 111 | 11010110 | 1001110 | 1000101 |
Color Harmonies of #74A8EE
Complementary color
Monochromatic Colors of #74A8EE
Black with #74A8EE
Text Example
Text Example
White with #74A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8EE; }
p { color: rgb(116,168,238); }
H1.HeaderClassName
{
color: #74A8EE;
}
.AnyTagClassName
{
color: #74A8EE;
}
</style>
background-color css
<style>
a { background-color: #74A8EE; }
a { background-color: rgb(116,168,238); }
div.DivClassName
{
background-color: #74A8EE;
}
.BgClassName
{
background-color: #74A8EE;
}
</style>
border-color css
<style>
span { border-color: #74A8EE; }
span { border-color: rgb(116,168,238); }
td.TdClassName
{
border-color: #74A8EE;
}
.TagClassName
{
border-color: #74A8EE;
}
</style>