Shades of Jordy Blue #819FDF
Tints of Jordy Blue #819FDF
RGB
CMYK
RGB Variations
Color information
#819FDF (or 0x819FDF) is known color: Jordy Blue. HEX triplet: 81, 9F and DF. RGB value is (129,159,223). Sum of RGB (Red+Green+Blue) = 129+159+223=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #819FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FDF is #7E6020. Grayscale: #9D9D9D. Windows color (decimal): -8282145 or 14655361. OLE color: 14655361.
HSL color Cylindrical-coordinate representation of color #819FDF: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819FDF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 159 | 223 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.13 |
| HSL | 220.85º | 0.59% | 0.69% | - |
| HSV(B) | 220.85º | 0.42% | 0.87% | - |
| XYZ | 34.77 | 34.79 | 74.69 | - |
| YUV | 157.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 223 | 0.42 | 0.29 | 0 | 0.13 | 220.85 | 0.59 | 0.69 |
| Hex | 81 | 9F | DF | 2A | 1D | 0 | D | DD | 3B | 45 |
| Octal | 201 | 237 | 337 | 52 | 35 | 0 | 15 | 335 | 73 | 105 |
| Binary | 10000001 | 10011111 | 11011111 | 101010 | 11101 | 0 | 1101 | 11011101 | 111011 | 1000101 |
Color Harmonies of #819FDF
Complementary color
Monochromatic Colors of #819FDF
Black with #819FDF
Text Example
Text Example
White with #819FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FDF; }
p { color: rgb(129,159,223); }
H1.HeaderClassName
{
color: #819FDF;
}
.AnyTagClassName
{
color: #819FDF;
}
</style>
background-color css
<style>
a { background-color: #819FDF; }
a { background-color: rgb(129,159,223); }
div.DivClassName
{
background-color: #819FDF;
}
.BgClassName
{
background-color: #819FDF;
}
</style>
border-color css
<style>
span { border-color: #819FDF; }
span { border-color: rgb(129,159,223); }
td.TdClassName
{
border-color: #819FDF;
}
.TagClassName
{
border-color: #819FDF;
}
</style>