Shades of Medium Blue #0902E0
Tints of Medium Blue #0902E0
RGB
CMYK
RGB Variations
Color information
#0902E0 (or 0x0902E0) is known color: Medium Blue. HEX triplet: 09, 02 and E0. RGB value is (9,2,224). Sum of RGB (Red+Green+Blue) = 9+2+224=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 224 (87.89% from 255 or 95.32% from 235); Max value from RGB is 224 - color contains mainly: blue. Hex color #0902E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0902E0 is #F6FD1F. Grayscale: #1C1C1C. Windows color (decimal): -16186656 or 14680585. OLE color: 14680585.
HSL color Cylindrical-coordinate representation of color #0902E0: hue angle of 241.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902E0 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 2 | 224 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.12 |
| HSL | 241.89º | 0.98% | 0.44% | - |
| HSV(B) | 241.89º | 0.99% | 0.88% | - |
| XYZ | 13.59 | 5.48 | 70.86 | - |
| YUV | 29.4 | 237.82 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 224 | 0.96 | 0.99 | 0 | 0.12 | 241.89 | 0.98 | 0.44 |
| Hex | 9 | 2 | E0 | 60 | 63 | 0 | C | F2 | 62 | 2C |
| Octal | 11 | 2 | 340 | 140 | 143 | 0 | 14 | 362 | 142 | 54 |
| Binary | 1001 | 10 | 11100000 | 1100000 | 1100011 | 0 | 1100 | 11110010 | 1100010 | 101100 |
Color Harmonies of #0902E0
Complementary color
Monochromatic Colors of #0902E0
Black with #0902E0
Text Example
Text Example
White with #0902E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902E0; }
p { color: rgb(9,2,224); }
H1.HeaderClassName
{
color: #0902E0;
}
.AnyTagClassName
{
color: #0902E0;
}
</style>
background-color css
<style>
a { background-color: #0902E0; }
a { background-color: rgb(9,2,224); }
div.DivClassName
{
background-color: #0902E0;
}
.BgClassName
{
background-color: #0902E0;
}
</style>
border-color css
<style>
span { border-color: #0902E0; }
span { border-color: rgb(9,2,224); }
td.TdClassName
{
border-color: #0902E0;
}
.TagClassName
{
border-color: #0902E0;
}
</style>