Shades of Jordy Blue #74A7DF
Tints of Jordy Blue #74A7DF
RGB
CMYK
RGB Variations
Color information
#74A7DF (or 0x74A7DF) is known color: Jordy Blue. HEX triplet: 74, A7 and DF. RGB value is (116,167,223). Sum of RGB (Red+Green+Blue) = 116+167+223=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #74A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A7DF is #8B5820. Grayscale: #9D9D9D. Windows color (decimal): -9132065 or 14657396. OLE color: 14657396.
HSL color Cylindrical-coordinate representation of color #74A7DF: hue angle of 211.4º degrees, saturation: 0.63, 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 #74A7DF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 167 | 223 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.13 |
| HSL | 211.4º | 0.63% | 0.66% | - |
| HSV(B) | 211.4º | 0.48% | 0.87% | - |
| XYZ | 34.34 | 36.68 | 75.08 | - |
| YUV | 158.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 223 | 0.48 | 0.25 | 0 | 0.13 | 211.4 | 0.63 | 0.66 |
| Hex | 74 | A7 | DF | 30 | 19 | 0 | D | D3 | 3F | 42 |
| Octal | 164 | 247 | 337 | 60 | 31 | 0 | 15 | 323 | 77 | 102 |
| Binary | 1110100 | 10100111 | 11011111 | 110000 | 11001 | 0 | 1101 | 11010011 | 111111 | 1000010 |
Color Harmonies of #74A7DF
Complementary color
Monochromatic Colors of #74A7DF
Black with #74A7DF
Text Example
Text Example
White with #74A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A7DF; }
p { color: rgb(116,167,223); }
H1.HeaderClassName
{
color: #74A7DF;
}
.AnyTagClassName
{
color: #74A7DF;
}
</style>
background-color css
<style>
a { background-color: #74A7DF; }
a { background-color: rgb(116,167,223); }
div.DivClassName
{
background-color: #74A7DF;
}
.BgClassName
{
background-color: #74A7DF;
}
</style>
border-color css
<style>
span { border-color: #74A7DF; }
span { border-color: rgb(116,167,223); }
td.TdClassName
{
border-color: #74A7DF;
}
.TagClassName
{
border-color: #74A7DF;
}
</style>