Shades of Blue #090EFB
Tints of Blue #090EFB
RGB
CMYK
RGB Variations
Color information
#090EFB (or 0x090EFB) is known color: Blue. HEX triplet: 09, 0E and FB. RGB value is (9,14,251). Sum of RGB (Red+Green+Blue) = 9+14+251=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 251 (98.44% from 255 or 91.61% from 274); Max value from RGB is 251 - color contains mainly: blue. Hex color #090EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090EFB is #F6F104. Grayscale: #262626. Windows color (decimal): -16183557 or 16453129. OLE color: 16453129.
HSL color Cylindrical-coordinate representation of color #090EFB: hue angle of 238.76º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090EFB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 14 | 251 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.02 |
| HSL | 238.76º | 0.97% | 0.51% | - |
| HSV(B) | 238.76º | 0.96% | 0.98% | - |
| XYZ | 17.68 | 7.34 | 91.75 | - |
| YUV | 39.52 | 247.34 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 251 | 0.96 | 0.94 | 0 | 0.02 | 238.76 | 0.97 | 0.51 |
| Hex | 9 | E | FB | 60 | 5E | 0 | 2 | EF | 61 | 33 |
| Octal | 11 | 16 | 373 | 140 | 136 | 0 | 2 | 357 | 141 | 63 |
| Binary | 1001 | 1110 | 11111011 | 1100000 | 1011110 | 0 | 10 | 11101111 | 1100001 | 110011 |
Color Harmonies of #090EFB
Complementary color
Monochromatic Colors of #090EFB
Black with #090EFB
Text Example
Text Example
White with #090EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090EFB; }
p { color: rgb(9,14,251); }
H1.HeaderClassName
{
color: #090EFB;
}
.AnyTagClassName
{
color: #090EFB;
}
</style>
background-color css
<style>
a { background-color: #090EFB; }
a { background-color: rgb(9,14,251); }
div.DivClassName
{
background-color: #090EFB;
}
.BgClassName
{
background-color: #090EFB;
}
</style>
border-color css
<style>
span { border-color: #090EFB; }
span { border-color: rgb(9,14,251); }
td.TdClassName
{
border-color: #090EFB;
}
.TagClassName
{
border-color: #090EFB;
}
</style>