Shades of Jordy Blue #819FE1
Tints of Jordy Blue #819FE1
RGB
CMYK
RGB Variations
Color information
#819FE1 (or 0x819FE1) is known color: Jordy Blue. HEX triplet: 81, 9F and E1. RGB value is (129,159,225). Sum of RGB (Red+Green+Blue) = 129+159+225=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #819FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FE1 is #7E601E. Grayscale: #9D9D9D. Windows color (decimal): -8282143 or 14786433. OLE color: 14786433.
HSL color Cylindrical-coordinate representation of color #819FE1: hue angle of 221.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #819FE1 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 159 | 225 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.12 |
| HSL | 221.25º | 0.62% | 0.69% | - |
| HSV(B) | 221.25º | 0.43% | 0.88% | - |
| XYZ | 35.04 | 34.9 | 76.12 | - |
| YUV | 157.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 225 | 0.43 | 0.29 | 0 | 0.12 | 221.25 | 0.62 | 0.69 |
| Hex | 81 | 9F | E1 | 2B | 1D | 0 | C | DD | 3E | 45 |
| Octal | 201 | 237 | 341 | 53 | 35 | 0 | 14 | 335 | 76 | 105 |
| Binary | 10000001 | 10011111 | 11100001 | 101011 | 11101 | 0 | 1100 | 11011101 | 111110 | 1000101 |
Color Harmonies of #819FE1
Complementary color
Monochromatic Colors of #819FE1
Black with #819FE1
Text Example
Text Example
White with #819FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FE1; }
p { color: rgb(129,159,225); }
H1.HeaderClassName
{
color: #819FE1;
}
.AnyTagClassName
{
color: #819FE1;
}
</style>
background-color css
<style>
a { background-color: #819FE1; }
a { background-color: rgb(129,159,225); }
div.DivClassName
{
background-color: #819FE1;
}
.BgClassName
{
background-color: #819FE1;
}
</style>
border-color css
<style>
span { border-color: #819FE1; }
span { border-color: rgb(129,159,225); }
td.TdClassName
{
border-color: #819FE1;
}
.TagClassName
{
border-color: #819FE1;
}
</style>