Shades of Jordy Blue #75A9F2
Tints of Jordy Blue #75A9F2
RGB
CMYK
RGB Variations
Color information
#75A9F2 (or 0x75A9F2) is known color: Jordy Blue. HEX triplet: 75, A9 and F2. RGB value is (117,169,242). Sum of RGB (Red+Green+Blue) = 117+169+242=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #75A9F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A9F2 is #8A560D. Grayscale: #A1A1A1. Windows color (decimal): -9065998 or 15903093. OLE color: 15903093.
HSL color Cylindrical-coordinate representation of color #75A9F2: hue angle of 215.04º degrees, saturation: 0.83, 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 #75A9F2 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 169 | 242 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.05 |
| HSL | 215.04º | 0.83% | 0.7% | - |
| HSV(B) | 215.04º | 0.52% | 0.95% | - |
| XYZ | 37.55 | 38.57 | 89.47 | - |
| YUV | 161.77 | 173.27 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 242 | 0.52 | 0.30 | 0 | 0.05 | 215.04 | 0.83 | 0.7 |
| Hex | 75 | A9 | F2 | 34 | 1E | 0 | 5 | D7 | 53 | 46 |
| Octal | 165 | 251 | 362 | 64 | 36 | 0 | 5 | 327 | 123 | 106 |
| Binary | 1110101 | 10101001 | 11110010 | 110100 | 11110 | 0 | 101 | 11010111 | 1010011 | 1000110 |
Color Harmonies of #75A9F2
Complementary color
Monochromatic Colors of #75A9F2
Black with #75A9F2
Text Example
Text Example
White with #75A9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A9F2; }
p { color: rgb(117,169,242); }
H1.HeaderClassName
{
color: #75A9F2;
}
.AnyTagClassName
{
color: #75A9F2;
}
</style>
background-color css
<style>
a { background-color: #75A9F2; }
a { background-color: rgb(117,169,242); }
div.DivClassName
{
background-color: #75A9F2;
}
.BgClassName
{
background-color: #75A9F2;
}
</style>
border-color css
<style>
span { border-color: #75A9F2; }
span { border-color: rgb(117,169,242); }
td.TdClassName
{
border-color: #75A9F2;
}
.TagClassName
{
border-color: #75A9F2;
}
</style>