Shades of Jordy Blue #73A4DC
Tints of Jordy Blue #73A4DC
RGB
CMYK
RGB Variations
Color information
#73A4DC (or 0x73A4DC) is known color: Jordy Blue. HEX triplet: 73, A4 and DC. RGB value is (115,164,220). Sum of RGB (Red+Green+Blue) = 115+164+220=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #73A4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4DC is #8C5B23. Grayscale: #9B9B9B. Windows color (decimal): -9198372 or 14460019. OLE color: 14460019.
HSL color Cylindrical-coordinate representation of color #73A4DC: hue angle of 212º 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 #73A4DC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 164 | 220 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.14 |
| HSL | 212º | 0.6% | 0.66% | - |
| HSV(B) | 212º | 0.48% | 0.86% | - |
| XYZ | 33.26 | 35.36 | 72.78 | - |
| YUV | 155.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 220 | 0.48 | 0.25 | 0 | 0.14 | 212 | 0.6 | 0.66 |
| Hex | 73 | A4 | DC | 30 | 19 | 0 | E | D4 | 3C | 42 |
| Octal | 163 | 244 | 334 | 60 | 31 | 0 | 16 | 324 | 74 | 102 |
| Binary | 1110011 | 10100100 | 11011100 | 110000 | 11001 | 0 | 1110 | 11010100 | 111100 | 1000010 |
Color Harmonies of #73A4DC
Complementary color
Monochromatic Colors of #73A4DC
Black with #73A4DC
Text Example
Text Example
White with #73A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A4DC; }
p { color: rgb(115,164,220); }
H1.HeaderClassName
{
color: #73A4DC;
}
.AnyTagClassName
{
color: #73A4DC;
}
</style>
background-color css
<style>
a { background-color: #73A4DC; }
a { background-color: rgb(115,164,220); }
div.DivClassName
{
background-color: #73A4DC;
}
.BgClassName
{
background-color: #73A4DC;
}
</style>
border-color css
<style>
span { border-color: #73A4DC; }
span { border-color: rgb(115,164,220); }
td.TdClassName
{
border-color: #73A4DC;
}
.TagClassName
{
border-color: #73A4DC;
}
</style>