Shades of Jordy Blue #819FF2
Tints of Jordy Blue #819FF2
RGB
CMYK
RGB Variations
Color information
#819FF2 (or 0x819FF2) is known color: Jordy Blue. HEX triplet: 81, 9F and F2. RGB value is (129,159,242). Sum of RGB (Red+Green+Blue) = 129+159+242=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #819FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FF2 is #7E600D. Grayscale: #9F9F9F. Windows color (decimal): -8282126 or 15900545. OLE color: 15900545.
HSL color Cylindrical-coordinate representation of color #819FF2: hue angle of 224.07º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #819FF2 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 159 | 242 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.05 |
| HSL | 224.07º | 0.81% | 0.73% | - |
| HSV(B) | 224.07º | 0.47% | 0.95% | - |
| XYZ | 37.48 | 35.87 | 88.95 | - |
| YUV | 159.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 242 | 0.47 | 0.34 | 0 | 0.05 | 224.07 | 0.81 | 0.73 |
| Hex | 81 | 9F | F2 | 2F | 22 | 0 | 5 | E0 | 51 | 49 |
| Octal | 201 | 237 | 362 | 57 | 42 | 0 | 5 | 340 | 121 | 111 |
| Binary | 10000001 | 10011111 | 11110010 | 101111 | 100010 | 0 | 101 | 11100000 | 1010001 | 1001001 |
Color Harmonies of #819FF2
Complementary color
Monochromatic Colors of #819FF2
Black with #819FF2
Text Example
Text Example
White with #819FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FF2; }
p { color: rgb(129,159,242); }
H1.HeaderClassName
{
color: #819FF2;
}
.AnyTagClassName
{
color: #819FF2;
}
</style>
background-color css
<style>
a { background-color: #819FF2; }
a { background-color: rgb(129,159,242); }
div.DivClassName
{
background-color: #819FF2;
}
.BgClassName
{
background-color: #819FF2;
}
</style>
border-color css
<style>
span { border-color: #819FF2; }
span { border-color: rgb(129,159,242); }
td.TdClassName
{
border-color: #819FF2;
}
.TagClassName
{
border-color: #819FF2;
}
</style>