Shades of Jordy Blue #74A8DD
Tints of Jordy Blue #74A8DD
RGB
CMYK
RGB Variations
Color information
#74A8DD (or 0x74A8DD) is known color: Jordy Blue. HEX triplet: 74, A8 and DD. RGB value is (116,168,221). Sum of RGB (Red+Green+Blue) = 116+168+221=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #74A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8DD is #8B5722. Grayscale: #9E9E9E. Windows color (decimal): -9131811 or 14526580. OLE color: 14526580.
HSL color Cylindrical-coordinate representation of color #74A8DD: hue angle of 210.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A8DD is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 168 | 221 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.13 |
| HSL | 210.29º | 0.61% | 0.66% | - |
| HSV(B) | 210.29º | 0.48% | 0.87% | - |
| XYZ | 34.26 | 36.94 | 73.73 | - |
| YUV | 158.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 221 | 0.48 | 0.24 | 0 | 0.13 | 210.29 | 0.61 | 0.66 |
| Hex | 74 | A8 | DD | 30 | 18 | 0 | D | D2 | 3D | 42 |
| Octal | 164 | 250 | 335 | 60 | 30 | 0 | 15 | 322 | 75 | 102 |
| Binary | 1110100 | 10101000 | 11011101 | 110000 | 11000 | 0 | 1101 | 11010010 | 111101 | 1000010 |
Color Harmonies of #74A8DD
Complementary color
Monochromatic Colors of #74A8DD
Black with #74A8DD
Text Example
Text Example
White with #74A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8DD; }
p { color: rgb(116,168,221); }
H1.HeaderClassName
{
color: #74A8DD;
}
.AnyTagClassName
{
color: #74A8DD;
}
</style>
background-color css
<style>
a { background-color: #74A8DD; }
a { background-color: rgb(116,168,221); }
div.DivClassName
{
background-color: #74A8DD;
}
.BgClassName
{
background-color: #74A8DD;
}
</style>
border-color css
<style>
span { border-color: #74A8DD; }
span { border-color: rgb(116,168,221); }
td.TdClassName
{
border-color: #74A8DD;
}
.TagClassName
{
border-color: #74A8DD;
}
</style>