Shades of Jordy Blue #74A6CF
Tints of Jordy Blue #74A6CF
RGB
CMYK
RGB Variations
Color information
#74A6CF (or 0x74A6CF) is known color: Jordy Blue. HEX triplet: 74, A6 and CF. RGB value is (116,166,207). Sum of RGB (Red+Green+Blue) = 116+166+207=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #74A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A6CF is #8B5930. Grayscale: #9B9B9B. Windows color (decimal): -9132337 or 13608564. OLE color: 13608564.
HSL color Cylindrical-coordinate representation of color #74A6CF: hue angle of 207.03º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74A6CF is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 166 | 207 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.19 |
| HSL | 207.03º | 0.49% | 0.63% | - |
| HSV(B) | 207.03º | 0.44% | 0.81% | - |
| XYZ | 32.1 | 35.49 | 64.19 | - |
| YUV | 155.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 207 | 0.44 | 0.20 | 0 | 0.19 | 207.03 | 0.49 | 0.63 |
| Hex | 74 | A6 | CF | 2C | 14 | 0 | 13 | CF | 31 | 3F |
| Octal | 164 | 246 | 317 | 54 | 24 | 0 | 23 | 317 | 61 | 77 |
| Binary | 1110100 | 10100110 | 11001111 | 101100 | 10100 | 0 | 10011 | 11001111 | 110001 | 111111 |
Color Harmonies of #74A6CF
Complementary color
Monochromatic Colors of #74A6CF
Black with #74A6CF
Text Example
Text Example
White with #74A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A6CF; }
p { color: rgb(116,166,207); }
H1.HeaderClassName
{
color: #74A6CF;
}
.AnyTagClassName
{
color: #74A6CF;
}
</style>
background-color css
<style>
a { background-color: #74A6CF; }
a { background-color: rgb(116,166,207); }
div.DivClassName
{
background-color: #74A6CF;
}
.BgClassName
{
background-color: #74A6CF;
}
</style>
border-color css
<style>
span { border-color: #74A6CF; }
span { border-color: rgb(116,166,207); }
td.TdClassName
{
border-color: #74A6CF;
}
.TagClassName
{
border-color: #74A6CF;
}
</style>