Shades of Medium Blue #0902DB
Tints of Medium Blue #0902DB
RGB
CMYK
RGB Variations
Color information
#0902DB (or 0x0902DB) is known color: Medium Blue. HEX triplet: 09, 02 and DB. RGB value is (9,2,219). Sum of RGB (Red+Green+Blue) = 9+2+219=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 219 (85.94% from 255 or 95.22% from 230); Max value from RGB is 219 - color contains mainly: blue. Hex color #0902DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0902DB is #F6FD24. Grayscale: #1B1B1B. Windows color (decimal): -16186661 or 14352905. OLE color: 14352905.
HSL color Cylindrical-coordinate representation of color #0902DB: hue angle of 241.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902DB is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 2 | 219 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.14 |
| HSL | 241.94º | 0.98% | 0.43% | - |
| HSV(B) | 241.94º | 0.99% | 0.86% | - |
| XYZ | 12.92 | 5.22 | 67.34 | - |
| YUV | 28.83 | 235.32 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 219 | 0.96 | 0.99 | 0 | 0.14 | 241.94 | 0.98 | 0.43 |
| Hex | 9 | 2 | DB | 60 | 63 | 0 | E | F2 | 62 | 2B |
| Octal | 11 | 2 | 333 | 140 | 143 | 0 | 16 | 362 | 142 | 53 |
| Binary | 1001 | 10 | 11011011 | 1100000 | 1100011 | 0 | 1110 | 11110010 | 1100010 | 101011 |
Color Harmonies of #0902DB
Complementary color
Monochromatic Colors of #0902DB
Black with #0902DB
Text Example
Text Example
White with #0902DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902DB; }
p { color: rgb(9,2,219); }
H1.HeaderClassName
{
color: #0902DB;
}
.AnyTagClassName
{
color: #0902DB;
}
</style>
background-color css
<style>
a { background-color: #0902DB; }
a { background-color: rgb(9,2,219); }
div.DivClassName
{
background-color: #0902DB;
}
.BgClassName
{
background-color: #0902DB;
}
</style>
border-color css
<style>
span { border-color: #0902DB; }
span { border-color: rgb(9,2,219); }
td.TdClassName
{
border-color: #0902DB;
}
.TagClassName
{
border-color: #0902DB;
}
</style>