Shades of Blue #090DEA
Tints of Blue #090DEA
RGB
CMYK
RGB Variations
Color information
#090DEA (or 0x090DEA) is known color: Blue. HEX triplet: 09, 0D and EA. RGB value is (9,13,234). Sum of RGB (Red+Green+Blue) = 9+13+234=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 234 (91.80% from 255 or 91.41% from 256); Max value from RGB is 234 - color contains mainly: blue. Hex color #090DEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090DEA is #F6F215. Grayscale: #242424. Windows color (decimal): -16183830 or 15338761. OLE color: 15338761.
HSL color Cylindrical-coordinate representation of color #090DEA: hue angle of 238.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DEA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 13 | 234 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.08 |
| HSL | 238.93º | 0.93% | 0.48% | - |
| HSV(B) | 238.93º | 0.96% | 0.92% | - |
| XYZ | 15.11 | 6.29 | 78.26 | - |
| YUV | 37 | 239.17 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 234 | 0.96 | 0.94 | 0 | 0.08 | 238.93 | 0.93 | 0.48 |
| Hex | 9 | D | EA | 60 | 5E | 0 | 8 | EF | 5D | 30 |
| Octal | 11 | 15 | 352 | 140 | 136 | 0 | 10 | 357 | 135 | 60 |
| Binary | 1001 | 1101 | 11101010 | 1100000 | 1011110 | 0 | 1000 | 11101111 | 1011101 | 110000 |
Color Harmonies of #090DEA
Complementary color
Monochromatic Colors of #090DEA
Black with #090DEA
Text Example
Text Example
White with #090DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DEA; }
p { color: rgb(9,13,234); }
H1.HeaderClassName
{
color: #090DEA;
}
.AnyTagClassName
{
color: #090DEA;
}
</style>
background-color css
<style>
a { background-color: #090DEA; }
a { background-color: rgb(9,13,234); }
div.DivClassName
{
background-color: #090DEA;
}
.BgClassName
{
background-color: #090DEA;
}
</style>
border-color css
<style>
span { border-color: #090DEA; }
span { border-color: rgb(9,13,234); }
td.TdClassName
{
border-color: #090DEA;
}
.TagClassName
{
border-color: #090DEA;
}
</style>