Shades of Medium Blue #0903DE
Tints of Medium Blue #0903DE
RGB
CMYK
RGB Variations
Color information
#0903DE (or 0x0903DE) is known color: Medium Blue. HEX triplet: 09, 03 and DE. RGB value is (9,3,222). Sum of RGB (Red+Green+Blue) = 9+3+222=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 222 (87.11% from 255 or 94.87% from 234); Max value from RGB is 222 - color contains mainly: blue. Hex color #0903DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0903DE is #F6FC21. Grayscale: #1C1C1C. Windows color (decimal): -16186402 or 14549769. OLE color: 14549769.
HSL color Cylindrical-coordinate representation of color #0903DE: hue angle of 241.64º degrees, saturation: 0.97, 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 #0903DE is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 3 | 222 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.13 |
| HSL | 241.64º | 0.97% | 0.44% | - |
| HSV(B) | 241.64º | 0.99% | 0.87% | - |
| XYZ | 13.33 | 5.4 | 69.45 | - |
| YUV | 29.76 | 236.49 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 222 | 0.96 | 0.99 | 0 | 0.13 | 241.64 | 0.97 | 0.44 |
| Hex | 9 | 3 | DE | 60 | 63 | 0 | D | F2 | 61 | 2C |
| Octal | 11 | 3 | 336 | 140 | 143 | 0 | 15 | 362 | 141 | 54 |
| Binary | 1001 | 11 | 11011110 | 1100000 | 1100011 | 0 | 1101 | 11110010 | 1100001 | 101100 |
Color Harmonies of #0903DE
Complementary color
Monochromatic Colors of #0903DE
Black with #0903DE
Text Example
Text Example
White with #0903DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0903DE; }
p { color: rgb(9,3,222); }
H1.HeaderClassName
{
color: #0903DE;
}
.AnyTagClassName
{
color: #0903DE;
}
</style>
background-color css
<style>
a { background-color: #0903DE; }
a { background-color: rgb(9,3,222); }
div.DivClassName
{
background-color: #0903DE;
}
.BgClassName
{
background-color: #0903DE;
}
</style>
border-color css
<style>
span { border-color: #0903DE; }
span { border-color: rgb(9,3,222); }
td.TdClassName
{
border-color: #0903DE;
}
.TagClassName
{
border-color: #0903DE;
}
</style>