Shades of Jordy Blue #74B1E1
Tints of Jordy Blue #74B1E1
RGB
CMYK
RGB Variations
Color information
#74B1E1 (or 0x74B1E1) is known color: Jordy Blue. HEX triplet: 74, B1 and E1. RGB value is (116,177,225). Sum of RGB (Red+Green+Blue) = 116+177+225=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #74B1E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1E1 is #8B4E1E. Grayscale: #A3A3A3. Windows color (decimal): -9129503 or 14791028. OLE color: 14791028.
HSL color Cylindrical-coordinate representation of color #74B1E1: hue angle of 206.42º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B1E1 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 177 | 225 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.12 |
| HSL | 206.42º | 0.64% | 0.67% | - |
| HSV(B) | 206.42º | 0.48% | 0.88% | - |
| XYZ | 36.52 | 40.59 | 77.14 | - |
| YUV | 164.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 225 | 0.48 | 0.21 | 0 | 0.12 | 206.42 | 0.64 | 0.67 |
| Hex | 74 | B1 | E1 | 30 | 15 | 0 | C | CE | 40 | 43 |
| Octal | 164 | 261 | 341 | 60 | 25 | 0 | 14 | 316 | 100 | 103 |
| Binary | 1110100 | 10110001 | 11100001 | 110000 | 10101 | 0 | 1100 | 11001110 | 1000000 | 1000011 |
Color Harmonies of #74B1E1
Complementary color
Monochromatic Colors of #74B1E1
Black with #74B1E1
Text Example
Text Example
White with #74B1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B1E1; }
p { color: rgb(116,177,225); }
H1.HeaderClassName
{
color: #74B1E1;
}
.AnyTagClassName
{
color: #74B1E1;
}
</style>
background-color css
<style>
a { background-color: #74B1E1; }
a { background-color: rgb(116,177,225); }
div.DivClassName
{
background-color: #74B1E1;
}
.BgClassName
{
background-color: #74B1E1;
}
</style>
border-color css
<style>
span { border-color: #74B1E1; }
span { border-color: rgb(116,177,225); }
td.TdClassName
{
border-color: #74B1E1;
}
.TagClassName
{
border-color: #74B1E1;
}
</style>