Shades of Jordy Blue #709CDF
Tints of Jordy Blue #709CDF
RGB
CMYK
RGB Variations
Color information
#709CDF (or 0x709CDF) is known color: Jordy Blue. HEX triplet: 70, 9C and DF. RGB value is (112,156,223). Sum of RGB (Red+Green+Blue) = 112+156+223=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #709CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CDF is #8F6320. Grayscale: #969696. Windows color (decimal): -9397025 or 14654576. OLE color: 14654576.
HSL color Cylindrical-coordinate representation of color #709CDF: hue angle of 216.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709CDF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 156 | 223 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.13 |
| HSL | 216.22º | 0.63% | 0.66% | - |
| HSV(B) | 216.22º | 0.5% | 0.87% | - |
| XYZ | 31.89 | 32.55 | 74.41 | - |
| YUV | 150.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 223 | 0.50 | 0.30 | 0 | 0.13 | 216.22 | 0.63 | 0.66 |
| Hex | 70 | 9C | DF | 32 | 1E | 0 | D | D8 | 3F | 42 |
| Octal | 160 | 234 | 337 | 62 | 36 | 0 | 15 | 330 | 77 | 102 |
| Binary | 1110000 | 10011100 | 11011111 | 110010 | 11110 | 0 | 1101 | 11011000 | 111111 | 1000010 |
Color Harmonies of #709CDF
Complementary color
Monochromatic Colors of #709CDF
Black with #709CDF
Text Example
Text Example
White with #709CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CDF; }
p { color: rgb(112,156,223); }
H1.HeaderClassName
{
color: #709CDF;
}
.AnyTagClassName
{
color: #709CDF;
}
</style>
background-color css
<style>
a { background-color: #709CDF; }
a { background-color: rgb(112,156,223); }
div.DivClassName
{
background-color: #709CDF;
}
.BgClassName
{
background-color: #709CDF;
}
</style>
border-color css
<style>
span { border-color: #709CDF; }
span { border-color: rgb(112,156,223); }
td.TdClassName
{
border-color: #709CDF;
}
.TagClassName
{
border-color: #709CDF;
}
</style>