Shades of Jordy Blue #75A2DF
Tints of Jordy Blue #75A2DF
RGB
CMYK
RGB Variations
Color information
#75A2DF (or 0x75A2DF) is known color: Jordy Blue. HEX triplet: 75, A2 and DF. RGB value is (117,162,223). Sum of RGB (Red+Green+Blue) = 117+162+223=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #75A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2DF is #8A5D20. Grayscale: #9B9B9B. Windows color (decimal): -9067809 or 14656117. OLE color: 14656117.
HSL color Cylindrical-coordinate representation of color #75A2DF: hue angle of 214.53º 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 #75A2DF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 162 | 223 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.13 |
| HSL | 214.53º | 0.62% | 0.67% | - |
| HSV(B) | 214.53º | 0.48% | 0.87% | - |
| XYZ | 33.58 | 34.95 | 74.79 | - |
| YUV | 155.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 162 | 223 | 0.48 | 0.27 | 0 | 0.13 | 214.53 | 0.62 | 0.67 |
| Hex | 75 | A2 | DF | 30 | 1B | 0 | D | D7 | 3E | 43 |
| Octal | 165 | 242 | 337 | 60 | 33 | 0 | 15 | 327 | 76 | 103 |
| Binary | 1110101 | 10100010 | 11011111 | 110000 | 11011 | 0 | 1101 | 11010111 | 111110 | 1000011 |
Color Harmonies of #75A2DF
Complementary color
Monochromatic Colors of #75A2DF
Black with #75A2DF
Text Example
Text Example
White with #75A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A2DF; }
p { color: rgb(117,162,223); }
H1.HeaderClassName
{
color: #75A2DF;
}
.AnyTagClassName
{
color: #75A2DF;
}
</style>
background-color css
<style>
a { background-color: #75A2DF; }
a { background-color: rgb(117,162,223); }
div.DivClassName
{
background-color: #75A2DF;
}
.BgClassName
{
background-color: #75A2DF;
}
</style>
border-color css
<style>
span { border-color: #75A2DF; }
span { border-color: rgb(117,162,223); }
td.TdClassName
{
border-color: #75A2DF;
}
.TagClassName
{
border-color: #75A2DF;
}
</style>