Shades of Jordy Blue #8DB4F1
Tints of Jordy Blue #8DB4F1
RGB
CMYK
RGB Variations
Color information
#8DB4F1 (or 0x8DB4F1) is known color: Jordy Blue. HEX triplet: 8D, B4 and F1. RGB value is (141,180,241). Sum of RGB (Red+Green+Blue) = 141+180+241=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DB4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4F1 is #724B0E. Grayscale: #AFAFAF. Windows color (decimal): -7490319 or 15840397. OLE color: 15840397.
HSL color Cylindrical-coordinate representation of color #8DB4F1: hue angle of 216.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB4F1 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 180 | 241 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.05 |
| HSL | 216.6º | 0.78% | 0.75% | - |
| HSV(B) | 216.6º | 0.41% | 0.95% | - |
| XYZ | 43.18 | 44.66 | 89.56 | - |
| YUV | 175.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 241 | 0.41 | 0.25 | 0 | 0.05 | 216.6 | 0.78 | 0.75 |
| Hex | 8D | B4 | F1 | 29 | 19 | 0 | 5 | D9 | 4E | 4B |
| Octal | 215 | 264 | 361 | 51 | 31 | 0 | 5 | 331 | 116 | 113 |
| Binary | 10001101 | 10110100 | 11110001 | 101001 | 11001 | 0 | 101 | 11011001 | 1001110 | 1001011 |
Color Harmonies of #8DB4F1
Complementary color
Monochromatic Colors of #8DB4F1
Black with #8DB4F1
Text Example
Text Example
White with #8DB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4F1; }
p { color: rgb(141,180,241); }
H1.HeaderClassName
{
color: #8DB4F1;
}
.AnyTagClassName
{
color: #8DB4F1;
}
</style>
background-color css
<style>
a { background-color: #8DB4F1; }
a { background-color: rgb(141,180,241); }
div.DivClassName
{
background-color: #8DB4F1;
}
.BgClassName
{
background-color: #8DB4F1;
}
</style>
border-color css
<style>
span { border-color: #8DB4F1; }
span { border-color: rgb(141,180,241); }
td.TdClassName
{
border-color: #8DB4F1;
}
.TagClassName
{
border-color: #8DB4F1;
}
</style>