Shades of Blue #090DF1
Tints of Blue #090DF1
RGB
CMYK
RGB Variations
Color information
#090DF1 (or 0x090DF1) is known color: Blue. HEX triplet: 09, 0D and F1. RGB value is (9,13,241). Sum of RGB (Red+Green+Blue) = 9+13+241=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 241 (94.53% from 255 or 91.63% from 263); Max value from RGB is 241 - color contains mainly: blue. Hex color #090DF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090DF1 is #F6F20E. Grayscale: #242424. Windows color (decimal): -16183823 or 15797513. OLE color: 15797513.
HSL color Cylindrical-coordinate representation of color #090DF1: hue angle of 238.97º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090DF1 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 13 | 241 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.05 |
| HSL | 238.97º | 0.93% | 0.49% | - |
| HSV(B) | 238.97º | 0.96% | 0.95% | - |
| XYZ | 16.13 | 6.7 | 83.66 | - |
| YUV | 37.8 | 242.67 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 241 | 0.96 | 0.95 | 0 | 0.05 | 238.97 | 0.93 | 0.49 |
| Hex | 9 | D | F1 | 60 | 5F | 0 | 5 | EF | 5D | 31 |
| Octal | 11 | 15 | 361 | 140 | 137 | 0 | 5 | 357 | 135 | 61 |
| Binary | 1001 | 1101 | 11110001 | 1100000 | 1011111 | 0 | 101 | 11101111 | 1011101 | 110001 |
Color Harmonies of #090DF1
Complementary color
Monochromatic Colors of #090DF1
Black with #090DF1
Text Example
Text Example
White with #090DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DF1; }
p { color: rgb(9,13,241); }
H1.HeaderClassName
{
color: #090DF1;
}
.AnyTagClassName
{
color: #090DF1;
}
</style>
background-color css
<style>
a { background-color: #090DF1; }
a { background-color: rgb(9,13,241); }
div.DivClassName
{
background-color: #090DF1;
}
.BgClassName
{
background-color: #090DF1;
}
</style>
border-color css
<style>
span { border-color: #090DF1; }
span { border-color: rgb(9,13,241); }
td.TdClassName
{
border-color: #090DF1;
}
.TagClassName
{
border-color: #090DF1;
}
</style>