Shades of Jordy Blue #739ADC
Tints of Jordy Blue #739ADC
RGB
CMYK
RGB Variations
Color information
#739ADC (or 0x739ADC) is known color: Jordy Blue. HEX triplet: 73, 9A and DC. RGB value is (115,154,220). Sum of RGB (Red+Green+Blue) = 115+154+220=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #739ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ADC is #8C6523. Grayscale: #959595. Windows color (decimal): -9200932 or 14457459. OLE color: 14457459.
HSL color Cylindrical-coordinate representation of color #739ADC: hue angle of 217.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #739ADC is Cyan = 0.48, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 154 | 220 | - |
| CMYK | 0.48 | 0.3 | 0 | 0.14 |
| HSL | 217.71º | 0.6% | 0.66% | - |
| HSV(B) | 217.71º | 0.48% | 0.86% | - |
| XYZ | 31.54 | 31.92 | 72.21 | - |
| YUV | 149.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 220 | 0.48 | 0.3 | 0 | 0.14 | 217.71 | 0.6 | 0.66 |
| Hex | 73 | 9A | DC | 30 | 1E | 0 | E | DA | 3C | 42 |
| Octal | 163 | 232 | 334 | 60 | 36 | 0 | 16 | 332 | 74 | 102 |
| Binary | 1110011 | 10011010 | 11011100 | 110000 | 11110 | 0 | 1110 | 11011010 | 111100 | 1000010 |
Color Harmonies of #739ADC
Complementary color
Monochromatic Colors of #739ADC
Black with #739ADC
Text Example
Text Example
White with #739ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739ADC; }
p { color: rgb(115,154,220); }
H1.HeaderClassName
{
color: #739ADC;
}
.AnyTagClassName
{
color: #739ADC;
}
</style>
background-color css
<style>
a { background-color: #739ADC; }
a { background-color: rgb(115,154,220); }
div.DivClassName
{
background-color: #739ADC;
}
.BgClassName
{
background-color: #739ADC;
}
</style>
border-color css
<style>
span { border-color: #739ADC; }
span { border-color: rgb(115,154,220); }
td.TdClassName
{
border-color: #739ADC;
}
.TagClassName
{
border-color: #739ADC;
}
</style>