Shades of Medium Blue #0904CE
Tints of Medium Blue #0904CE
RGB
CMYK
RGB Variations
Color information
#0904CE (or 0x0904CE) is known color: Medium Blue. HEX triplet: 09, 04 and CE. RGB value is (9,4,206). Sum of RGB (Red+Green+Blue) = 9+4+206=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 206 (80.86% from 255 or 94.06% from 219); Max value from RGB is 206 - color contains mainly: blue. Hex color #0904CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0904CE is #F6FB31. Grayscale: #1B1B1B. Windows color (decimal): -16186162 or 13501449. OLE color: 13501449.
HSL color Cylindrical-coordinate representation of color #0904CE: hue angle of 241.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0904CE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 4 | 206 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.19 |
| HSL | 241.49º | 0.96% | 0.41% | - |
| HSV(B) | 241.49º | 0.98% | 0.81% | - |
| XYZ | 11.3 | 4.6 | 58.69 | - |
| YUV | 28.52 | 228.16 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 206 | 0.96 | 0.98 | 0 | 0.19 | 241.49 | 0.96 | 0.41 |
| Hex | 9 | 4 | CE | 60 | 62 | 0 | 13 | F1 | 60 | 29 |
| Octal | 11 | 4 | 316 | 140 | 142 | 0 | 23 | 361 | 140 | 51 |
| Binary | 1001 | 100 | 11001110 | 1100000 | 1100010 | 0 | 10011 | 11110001 | 1100000 | 101001 |
Color Harmonies of #0904CE
Complementary color
Monochromatic Colors of #0904CE
Black with #0904CE
Text Example
Text Example
White with #0904CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0904CE; }
p { color: rgb(9,4,206); }
H1.HeaderClassName
{
color: #0904CE;
}
.AnyTagClassName
{
color: #0904CE;
}
</style>
background-color css
<style>
a { background-color: #0904CE; }
a { background-color: rgb(9,4,206); }
div.DivClassName
{
background-color: #0904CE;
}
.BgClassName
{
background-color: #0904CE;
}
</style>
border-color css
<style>
span { border-color: #0904CE; }
span { border-color: rgb(9,4,206); }
td.TdClassName
{
border-color: #0904CE;
}
.TagClassName
{
border-color: #0904CE;
}
</style>