Shades of Medium Blue #0902DD
Tints of Medium Blue #0902DD
RGB
CMYK
RGB Variations
Color information
#0902DD (or 0x0902DD) is known color: Medium Blue. HEX triplet: 09, 02 and DD. RGB value is (9,2,221). Sum of RGB (Red+Green+Blue) = 9+2+221=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 221 (86.72% from 255 or 95.26% from 232); Max value from RGB is 221 - color contains mainly: blue. Hex color #0902DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0902DD is #F6FD22. Grayscale: #1C1C1C. Windows color (decimal): -16186659 or 14483977. OLE color: 14483977.
HSL color Cylindrical-coordinate representation of color #0902DD: hue angle of 241.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902DD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 2 | 221 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.13 |
| HSL | 241.92º | 0.98% | 0.44% | - |
| HSV(B) | 241.92º | 0.99% | 0.87% | - |
| XYZ | 13.19 | 5.32 | 68.74 | - |
| YUV | 29.06 | 236.32 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 221 | 0.96 | 0.99 | 0 | 0.13 | 241.92 | 0.98 | 0.44 |
| Hex | 9 | 2 | DD | 60 | 63 | 0 | D | F2 | 62 | 2C |
| Octal | 11 | 2 | 335 | 140 | 143 | 0 | 15 | 362 | 142 | 54 |
| Binary | 1001 | 10 | 11011101 | 1100000 | 1100011 | 0 | 1101 | 11110010 | 1100010 | 101100 |
Color Harmonies of #0902DD
Complementary color
Monochromatic Colors of #0902DD
Black with #0902DD
Text Example
Text Example
White with #0902DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902DD; }
p { color: rgb(9,2,221); }
H1.HeaderClassName
{
color: #0902DD;
}
.AnyTagClassName
{
color: #0902DD;
}
</style>
background-color css
<style>
a { background-color: #0902DD; }
a { background-color: rgb(9,2,221); }
div.DivClassName
{
background-color: #0902DD;
}
.BgClassName
{
background-color: #0902DD;
}
</style>
border-color css
<style>
span { border-color: #0902DD; }
span { border-color: rgb(9,2,221); }
td.TdClassName
{
border-color: #0902DD;
}
.TagClassName
{
border-color: #0902DD;
}
</style>