Shades of Jordy Blue #74ADF1
Tints of Jordy Blue #74ADF1
RGB
CMYK
RGB Variations
Color information
#74ADF1 (or 0x74ADF1) is known color: Jordy Blue. HEX triplet: 74, AD and F1. RGB value is (116,173,241). Sum of RGB (Red+Green+Blue) = 116+173+241=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #74ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADF1 is #8B520E. Grayscale: #A3A3A3. Windows color (decimal): -9130511 or 15838580. OLE color: 15838580.
HSL color Cylindrical-coordinate representation of color #74ADF1: hue angle of 212.64º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74ADF1 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 173 | 241 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.05 |
| HSL | 212.64º | 0.82% | 0.7% | - |
| HSV(B) | 212.64º | 0.52% | 0.95% | - |
| XYZ | 38.02 | 39.95 | 88.93 | - |
| YUV | 163.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 241 | 0.52 | 0.28 | 0 | 0.05 | 212.64 | 0.82 | 0.7 |
| Hex | 74 | AD | F1 | 34 | 1C | 0 | 5 | D5 | 52 | 46 |
| Octal | 164 | 255 | 361 | 64 | 34 | 0 | 5 | 325 | 122 | 106 |
| Binary | 1110100 | 10101101 | 11110001 | 110100 | 11100 | 0 | 101 | 11010101 | 1010010 | 1000110 |
Color Harmonies of #74ADF1
Complementary color
Monochromatic Colors of #74ADF1
Black with #74ADF1
Text Example
Text Example
White with #74ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADF1; }
p { color: rgb(116,173,241); }
H1.HeaderClassName
{
color: #74ADF1;
}
.AnyTagClassName
{
color: #74ADF1;
}
</style>
background-color css
<style>
a { background-color: #74ADF1; }
a { background-color: rgb(116,173,241); }
div.DivClassName
{
background-color: #74ADF1;
}
.BgClassName
{
background-color: #74ADF1;
}
</style>
border-color css
<style>
span { border-color: #74ADF1; }
span { border-color: rgb(116,173,241); }
td.TdClassName
{
border-color: #74ADF1;
}
.TagClassName
{
border-color: #74ADF1;
}
</style>