Shades of Jordy Blue #75A3DF
Tints of Jordy Blue #75A3DF
RGB
CMYK
RGB Variations
Color information
#75A3DF (or 0x75A3DF) is known color: Jordy Blue. HEX triplet: 75, A3 and DF. RGB value is (117,163,223). Sum of RGB (Red+Green+Blue) = 117+163+223=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #75A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3DF is #8A5C20. Grayscale: #9B9B9B. Windows color (decimal): -9067553 or 14656373. OLE color: 14656373.
HSL color Cylindrical-coordinate representation of color #75A3DF: hue angle of 213.96º 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 #75A3DF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 163 | 223 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.13 |
| HSL | 213.96º | 0.62% | 0.67% | - |
| HSV(B) | 213.96º | 0.48% | 0.87% | - |
| XYZ | 33.75 | 35.3 | 74.85 | - |
| YUV | 156.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 223 | 0.48 | 0.27 | 0 | 0.13 | 213.96 | 0.62 | 0.67 |
| Hex | 75 | A3 | DF | 30 | 1B | 0 | D | D6 | 3E | 43 |
| Octal | 165 | 243 | 337 | 60 | 33 | 0 | 15 | 326 | 76 | 103 |
| Binary | 1110101 | 10100011 | 11011111 | 110000 | 11011 | 0 | 1101 | 11010110 | 111110 | 1000011 |
Color Harmonies of #75A3DF
Complementary color
Monochromatic Colors of #75A3DF
Black with #75A3DF
Text Example
Text Example
White with #75A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A3DF; }
p { color: rgb(117,163,223); }
H1.HeaderClassName
{
color: #75A3DF;
}
.AnyTagClassName
{
color: #75A3DF;
}
</style>
background-color css
<style>
a { background-color: #75A3DF; }
a { background-color: rgb(117,163,223); }
div.DivClassName
{
background-color: #75A3DF;
}
.BgClassName
{
background-color: #75A3DF;
}
</style>
border-color css
<style>
span { border-color: #75A3DF; }
span { border-color: rgb(117,163,223); }
td.TdClassName
{
border-color: #75A3DF;
}
.TagClassName
{
border-color: #75A3DF;
}
</style>