Shades of Blue #090DF5
Tints of Blue #090DF5
RGB
CMYK
RGB Variations
Color information
#090DF5 (or 0x090DF5) is known color: Blue. HEX triplet: 09, 0D and F5. RGB value is (9,13,245). Sum of RGB (Red+Green+Blue) = 9+13+245=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 245 (96.09% from 255 or 91.76% from 267); Max value from RGB is 245 - color contains mainly: blue. Hex color #090DF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090DF5 is #F6F20A. Grayscale: #252525. Windows color (decimal): -16183819 or 16059657. OLE color: 16059657.
HSL color Cylindrical-coordinate representation of color #090DF5: hue angle of 238.98º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DF5 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 13 | 245 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.04 |
| HSL | 238.98º | 0.93% | 0.5% | - |
| HSV(B) | 238.98º | 0.96% | 0.96% | - |
| XYZ | 16.74 | 6.94 | 86.84 | - |
| YUV | 38.25 | 244.67 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 245 | 0.96 | 0.95 | 0 | 0.04 | 238.98 | 0.93 | 0.5 |
| Hex | 9 | D | F5 | 60 | 5F | 0 | 4 | EF | 5D | 32 |
| Octal | 11 | 15 | 365 | 140 | 137 | 0 | 4 | 357 | 135 | 62 |
| Binary | 1001 | 1101 | 11110101 | 1100000 | 1011111 | 0 | 100 | 11101111 | 1011101 | 110010 |
Color Harmonies of #090DF5
Complementary color
Monochromatic Colors of #090DF5
Black with #090DF5
Text Example
Text Example
White with #090DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DF5; }
p { color: rgb(9,13,245); }
H1.HeaderClassName
{
color: #090DF5;
}
.AnyTagClassName
{
color: #090DF5;
}
</style>
background-color css
<style>
a { background-color: #090DF5; }
a { background-color: rgb(9,13,245); }
div.DivClassName
{
background-color: #090DF5;
}
.BgClassName
{
background-color: #090DF5;
}
</style>
border-color css
<style>
span { border-color: #090DF5; }
span { border-color: rgb(9,13,245); }
td.TdClassName
{
border-color: #090DF5;
}
.TagClassName
{
border-color: #090DF5;
}
</style>