Shades of Jordy Blue #759BCE
Tints of Jordy Blue #759BCE
RGB
CMYK
RGB Variations
Color information
#759BCE (or 0x759BCE) is known color: Jordy Blue. HEX triplet: 75, 9B and CE. RGB value is (117,155,206). Sum of RGB (Red+Green+Blue) = 117+155+206=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #759BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BCE is #8A6431. Grayscale: #959595. Windows color (decimal): -9069618 or 13540213. OLE color: 13540213.
HSL color Cylindrical-coordinate representation of color #759BCE: hue angle of 214.38º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759BCE is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 155 | 206 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.19 |
| HSL | 214.38º | 0.48% | 0.63% | - |
| HSV(B) | 214.38º | 0.43% | 0.81% | - |
| XYZ | 30.2 | 31.68 | 62.92 | - |
| YUV | 149.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 206 | 0.43 | 0.25 | 0 | 0.19 | 214.38 | 0.48 | 0.63 |
| Hex | 75 | 9B | CE | 2B | 19 | 0 | 13 | D6 | 30 | 3F |
| Octal | 165 | 233 | 316 | 53 | 31 | 0 | 23 | 326 | 60 | 77 |
| Binary | 1110101 | 10011011 | 11001110 | 101011 | 11001 | 0 | 10011 | 11010110 | 110000 | 111111 |
Color Harmonies of #759BCE
Complementary color
Monochromatic Colors of #759BCE
Black with #759BCE
Text Example
Text Example
White with #759BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BCE; }
p { color: rgb(117,155,206); }
H1.HeaderClassName
{
color: #759BCE;
}
.AnyTagClassName
{
color: #759BCE;
}
</style>
background-color css
<style>
a { background-color: #759BCE; }
a { background-color: rgb(117,155,206); }
div.DivClassName
{
background-color: #759BCE;
}
.BgClassName
{
background-color: #759BCE;
}
</style>
border-color css
<style>
span { border-color: #759BCE; }
span { border-color: rgb(117,155,206); }
td.TdClassName
{
border-color: #759BCE;
}
.TagClassName
{
border-color: #759BCE;
}
</style>