Shades of Medium Blue #090FDA
Tints of Medium Blue #090FDA
RGB
CMYK
RGB Variations
Color information
#090FDA (or 0x090FDA) is known color: Medium Blue. HEX triplet: 09, 0F and DA. RGB value is (9,15,218). Sum of RGB (Red+Green+Blue) = 9+15+218=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 218 (85.55% from 255 or 90.08% from 242); Max value from RGB is 218 - color contains mainly: blue. Hex color #090FDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090FDA is #F6F025. Grayscale: #232323. Windows color (decimal): -16183334 or 14290697. OLE color: 14290697.
HSL color Cylindrical-coordinate representation of color #090FDA: hue angle of 238.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090FDA is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 15 | 218 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.15 |
| HSL | 238.28º | 0.92% | 0.45% | - |
| HSV(B) | 238.28º | 0.96% | 0.85% | - |
| XYZ | 12.94 | 5.46 | 66.7 | - |
| YUV | 36.35 | 230.51 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 218 | 0.96 | 0.93 | 0 | 0.15 | 238.28 | 0.92 | 0.45 |
| Hex | 9 | F | DA | 60 | 5D | 0 | F | EE | 5C | 2D |
| Octal | 11 | 17 | 332 | 140 | 135 | 0 | 17 | 356 | 134 | 55 |
| Binary | 1001 | 1111 | 11011010 | 1100000 | 1011101 | 0 | 1111 | 11101110 | 1011100 | 101101 |
Color Harmonies of #090FDA
Complementary color
Monochromatic Colors of #090FDA
Black with #090FDA
Text Example
Text Example
White with #090FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FDA; }
p { color: rgb(9,15,218); }
H1.HeaderClassName
{
color: #090FDA;
}
.AnyTagClassName
{
color: #090FDA;
}
</style>
background-color css
<style>
a { background-color: #090FDA; }
a { background-color: rgb(9,15,218); }
div.DivClassName
{
background-color: #090FDA;
}
.BgClassName
{
background-color: #090FDA;
}
</style>
border-color css
<style>
span { border-color: #090FDA; }
span { border-color: rgb(9,15,218); }
td.TdClassName
{
border-color: #090FDA;
}
.TagClassName
{
border-color: #090FDA;
}
</style>