Shades of Medium Blue #0902DE
Tints of Medium Blue #0902DE
RGB
CMYK
RGB Variations
Color information
#0902DE (or 0x0902DE) is known color: Medium Blue. HEX triplet: 09, 02 and DE. RGB value is (9,2,222). Sum of RGB (Red+Green+Blue) = 9+2+222=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 222 (87.11% from 255 or 95.28% from 233); Max value from RGB is 222 - color contains mainly: blue. Hex color #0902DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0902DE is #F6FD21. Grayscale: #1C1C1C. Windows color (decimal): -16186658 or 14549513. OLE color: 14549513.
HSL color Cylindrical-coordinate representation of color #0902DE: hue angle of 241.91º 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 #0902DE is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 2 | 222 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.13 |
| HSL | 241.91º | 0.98% | 0.44% | - |
| HSV(B) | 241.91º | 0.99% | 0.87% | - |
| XYZ | 13.32 | 5.38 | 69.44 | - |
| YUV | 29.17 | 236.82 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 222 | 0.96 | 0.99 | 0 | 0.13 | 241.91 | 0.98 | 0.44 |
| Hex | 9 | 2 | DE | 60 | 63 | 0 | D | F2 | 62 | 2C |
| Octal | 11 | 2 | 336 | 140 | 143 | 0 | 15 | 362 | 142 | 54 |
| Binary | 1001 | 10 | 11011110 | 1100000 | 1100011 | 0 | 1101 | 11110010 | 1100010 | 101100 |
Color Harmonies of #0902DE
Complementary color
Monochromatic Colors of #0902DE
Black with #0902DE
Text Example
Text Example
White with #0902DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902DE; }
p { color: rgb(9,2,222); }
H1.HeaderClassName
{
color: #0902DE;
}
.AnyTagClassName
{
color: #0902DE;
}
</style>
background-color css
<style>
a { background-color: #0902DE; }
a { background-color: rgb(9,2,222); }
div.DivClassName
{
background-color: #0902DE;
}
.BgClassName
{
background-color: #0902DE;
}
</style>
border-color css
<style>
span { border-color: #0902DE; }
span { border-color: rgb(9,2,222); }
td.TdClassName
{
border-color: #0902DE;
}
.TagClassName
{
border-color: #0902DE;
}
</style>