Shades of Jordy Blue #819FED
Tints of Jordy Blue #819FED
RGB
CMYK
RGB Variations
Color information
#819FED (or 0x819FED) is known color: Jordy Blue. HEX triplet: 81, 9F and ED. RGB value is (129,159,237). Sum of RGB (Red+Green+Blue) = 129+159+237=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #819FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FED is #7E6012. Grayscale: #9E9E9E. Windows color (decimal): -8282131 or 15572865. OLE color: 15572865.
HSL color Cylindrical-coordinate representation of color #819FED: hue angle of 223.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819FED is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 159 | 237 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.07 |
| HSL | 223.33º | 0.75% | 0.72% | - |
| HSV(B) | 223.33º | 0.46% | 0.93% | - |
| XYZ | 36.74 | 35.58 | 85.05 | - |
| YUV | 158.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 237 | 0.46 | 0.33 | 0 | 0.07 | 223.33 | 0.75 | 0.72 |
| Hex | 81 | 9F | ED | 2E | 21 | 0 | 7 | DF | 4B | 48 |
| Octal | 201 | 237 | 355 | 56 | 41 | 0 | 7 | 337 | 113 | 110 |
| Binary | 10000001 | 10011111 | 11101101 | 101110 | 100001 | 0 | 111 | 11011111 | 1001011 | 1001000 |
Color Harmonies of #819FED
Complementary color
Monochromatic Colors of #819FED
Black with #819FED
Text Example
Text Example
White with #819FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FED; }
p { color: rgb(129,159,237); }
H1.HeaderClassName
{
color: #819FED;
}
.AnyTagClassName
{
color: #819FED;
}
</style>
background-color css
<style>
a { background-color: #819FED; }
a { background-color: rgb(129,159,237); }
div.DivClassName
{
background-color: #819FED;
}
.BgClassName
{
background-color: #819FED;
}
</style>
border-color css
<style>
span { border-color: #819FED; }
span { border-color: rgb(129,159,237); }
td.TdClassName
{
border-color: #819FED;
}
.TagClassName
{
border-color: #819FED;
}
</style>