Shades of Jordy Blue #75A8DF
Tints of Jordy Blue #75A8DF
RGB
CMYK
RGB Variations
Color information
#75A8DF (or 0x75A8DF) is known color: Jordy Blue. HEX triplet: 75, A8 and DF. RGB value is (117,168,223). Sum of RGB (Red+Green+Blue) = 117+168+223=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #75A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8DF is #8A5720. Grayscale: #9E9E9E. Windows color (decimal): -9066273 or 14657653. OLE color: 14657653.
HSL color Cylindrical-coordinate representation of color #75A8DF: hue angle of 211.13º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A8DF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 168 | 223 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.13 |
| HSL | 211.13º | 0.62% | 0.67% | - |
| HSV(B) | 211.13º | 0.48% | 0.87% | - |
| XYZ | 34.66 | 37.11 | 75.15 | - |
| YUV | 159.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 223 | 0.48 | 0.25 | 0 | 0.13 | 211.13 | 0.62 | 0.67 |
| Hex | 75 | A8 | DF | 30 | 19 | 0 | D | D3 | 3E | 43 |
| Octal | 165 | 250 | 337 | 60 | 31 | 0 | 15 | 323 | 76 | 103 |
| Binary | 1110101 | 10101000 | 11011111 | 110000 | 11001 | 0 | 1101 | 11010011 | 111110 | 1000011 |
Color Harmonies of #75A8DF
Complementary color
Monochromatic Colors of #75A8DF
Black with #75A8DF
Text Example
Text Example
White with #75A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8DF; }
p { color: rgb(117,168,223); }
H1.HeaderClassName
{
color: #75A8DF;
}
.AnyTagClassName
{
color: #75A8DF;
}
</style>
background-color css
<style>
a { background-color: #75A8DF; }
a { background-color: rgb(117,168,223); }
div.DivClassName
{
background-color: #75A8DF;
}
.BgClassName
{
background-color: #75A8DF;
}
</style>
border-color css
<style>
span { border-color: #75A8DF; }
span { border-color: rgb(117,168,223); }
td.TdClassName
{
border-color: #75A8DF;
}
.TagClassName
{
border-color: #75A8DF;
}
</style>