Shades of Jordy Blue #759BD3
Tints of Jordy Blue #759BD3
RGB
CMYK
RGB Variations
Color information
#759BD3 (or 0x759BD3) is known color: Jordy Blue. HEX triplet: 75, 9B and D3. RGB value is (117,155,211). Sum of RGB (Red+Green+Blue) = 117+155+211=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #759BD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BD3 is #8A642C. Grayscale: #959595. Windows color (decimal): -9069613 or 13867893. OLE color: 13867893.
HSL color Cylindrical-coordinate representation of color #759BD3: hue angle of 215.74º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759BD3 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 155 | 211 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.17 |
| HSL | 215.74º | 0.52% | 0.64% | - |
| HSV(B) | 215.74º | 0.45% | 0.83% | - |
| XYZ | 30.82 | 31.93 | 66.17 | - |
| YUV | 150.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 211 | 0.45 | 0.27 | 0 | 0.17 | 215.74 | 0.52 | 0.64 |
| Hex | 75 | 9B | D3 | 2D | 1B | 0 | 11 | D8 | 34 | 40 |
| Octal | 165 | 233 | 323 | 55 | 33 | 0 | 21 | 330 | 64 | 100 |
| Binary | 1110101 | 10011011 | 11010011 | 101101 | 11011 | 0 | 10001 | 11011000 | 110100 | 1000000 |
Color Harmonies of #759BD3
Complementary color
Monochromatic Colors of #759BD3
Black with #759BD3
Text Example
Text Example
White with #759BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BD3; }
p { color: rgb(117,155,211); }
H1.HeaderClassName
{
color: #759BD3;
}
.AnyTagClassName
{
color: #759BD3;
}
</style>
background-color css
<style>
a { background-color: #759BD3; }
a { background-color: rgb(117,155,211); }
div.DivClassName
{
background-color: #759BD3;
}
.BgClassName
{
background-color: #759BD3;
}
</style>
border-color css
<style>
span { border-color: #759BD3; }
span { border-color: rgb(117,155,211); }
td.TdClassName
{
border-color: #759BD3;
}
.TagClassName
{
border-color: #759BD3;
}
</style>