Shades of Jordy Blue #819FDC
Tints of Jordy Blue #819FDC
RGB
CMYK
RGB Variations
Color information
#819FDC (or 0x819FDC) is known color: Jordy Blue. HEX triplet: 81, 9F and DC. RGB value is (129,159,220). Sum of RGB (Red+Green+Blue) = 129+159+220=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #819FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FDC is #7E6023. Grayscale: #9C9C9C. Windows color (decimal): -8282148 or 14458753. OLE color: 14458753.
HSL color Cylindrical-coordinate representation of color #819FDC: hue angle of 220.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819FDC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 159 | 220 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.14 |
| HSL | 220.22º | 0.57% | 0.68% | - |
| HSV(B) | 220.22º | 0.41% | 0.86% | - |
| XYZ | 34.37 | 34.63 | 72.58 | - |
| YUV | 156.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 220 | 0.41 | 0.28 | 0 | 0.14 | 220.22 | 0.57 | 0.68 |
| Hex | 81 | 9F | DC | 29 | 1C | 0 | E | DC | 39 | 44 |
| Octal | 201 | 237 | 334 | 51 | 34 | 0 | 16 | 334 | 71 | 104 |
| Binary | 10000001 | 10011111 | 11011100 | 101001 | 11100 | 0 | 1110 | 11011100 | 111001 | 1000100 |
Color Harmonies of #819FDC
Complementary color
Monochromatic Colors of #819FDC
Black with #819FDC
Text Example
Text Example
White with #819FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FDC; }
p { color: rgb(129,159,220); }
H1.HeaderClassName
{
color: #819FDC;
}
.AnyTagClassName
{
color: #819FDC;
}
</style>
background-color css
<style>
a { background-color: #819FDC; }
a { background-color: rgb(129,159,220); }
div.DivClassName
{
background-color: #819FDC;
}
.BgClassName
{
background-color: #819FDC;
}
</style>
border-color css
<style>
span { border-color: #819FDC; }
span { border-color: rgb(129,159,220); }
td.TdClassName
{
border-color: #819FDC;
}
.TagClassName
{
border-color: #819FDC;
}
</style>