Shades of Jordy Blue #789CE3
Tints of Jordy Blue #789CE3
RGB
CMYK
RGB Variations
Color information
#789CE3 (or 0x789CE3) is known color: Jordy Blue. HEX triplet: 78, 9C and E3. RGB value is (120,156,227). Sum of RGB (Red+Green+Blue) = 120+156+227=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #789CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CE3 is #87631C. Grayscale: #999999. Windows color (decimal): -8872733 or 14916728. OLE color: 14916728.
HSL color Cylindrical-coordinate representation of color #789CE3: hue angle of 219.81º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789CE3 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 156 | 227 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.11 |
| HSL | 219.81º | 0.66% | 0.68% | - |
| HSV(B) | 219.81º | 0.47% | 0.89% | - |
| XYZ | 33.5 | 33.32 | 77.34 | - |
| YUV | 153.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 227 | 0.47 | 0.31 | 0 | 0.11 | 219.81 | 0.66 | 0.68 |
| Hex | 78 | 9C | E3 | 2F | 1F | 0 | B | DC | 42 | 44 |
| Octal | 170 | 234 | 343 | 57 | 37 | 0 | 13 | 334 | 102 | 104 |
| Binary | 1111000 | 10011100 | 11100011 | 101111 | 11111 | 0 | 1011 | 11011100 | 1000010 | 1000100 |
Color Harmonies of #789CE3
Complementary color
Monochromatic Colors of #789CE3
Black with #789CE3
Text Example
Text Example
White with #789CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CE3; }
p { color: rgb(120,156,227); }
H1.HeaderClassName
{
color: #789CE3;
}
.AnyTagClassName
{
color: #789CE3;
}
</style>
background-color css
<style>
a { background-color: #789CE3; }
a { background-color: rgb(120,156,227); }
div.DivClassName
{
background-color: #789CE3;
}
.BgClassName
{
background-color: #789CE3;
}
</style>
border-color css
<style>
span { border-color: #789CE3; }
span { border-color: rgb(120,156,227); }
td.TdClassName
{
border-color: #789CE3;
}
.TagClassName
{
border-color: #789CE3;
}
</style>