Shades of Medium Blue #0925DC
Tints of Medium Blue #0925DC
RGB
CMYK
RGB Variations
Color information
#0925DC (or 0x0925DC) is known color: Medium Blue. HEX triplet: 09, 25 and DC. RGB value is (9,37,220). Sum of RGB (Red+Green+Blue) = 9+37+220=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #0925DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0925DC is #F6DA23. Grayscale: #303030. Windows color (decimal): -16177700 or 14427401. OLE color: 14427401.
HSL color Cylindrical-coordinate representation of color #0925DC: hue angle of 232.04º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0925DC is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 37 | 220 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.14 |
| HSL | 232.04º | 0.92% | 0.45% | - |
| HSV(B) | 232.04º | 0.96% | 0.86% | - |
| XYZ | 13.69 | 6.55 | 68.25 | - |
| YUV | 49.49 | 224.22 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 220 | 0.96 | 0.83 | 0 | 0.14 | 232.04 | 0.92 | 0.45 |
| Hex | 9 | 25 | DC | 60 | 53 | 0 | E | E8 | 5C | 2D |
| Octal | 11 | 45 | 334 | 140 | 123 | 0 | 16 | 350 | 134 | 55 |
| Binary | 1001 | 100101 | 11011100 | 1100000 | 1010011 | 0 | 1110 | 11101000 | 1011100 | 101101 |
Color Harmonies of #0925DC
Complementary color
Monochromatic Colors of #0925DC
Black with #0925DC
Text Example
Text Example
White with #0925DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0925DC; }
p { color: rgb(9,37,220); }
H1.HeaderClassName
{
color: #0925DC;
}
.AnyTagClassName
{
color: #0925DC;
}
</style>
background-color css
<style>
a { background-color: #0925DC; }
a { background-color: rgb(9,37,220); }
div.DivClassName
{
background-color: #0925DC;
}
.BgClassName
{
background-color: #0925DC;
}
</style>
border-color css
<style>
span { border-color: #0925DC; }
span { border-color: rgb(9,37,220); }
td.TdClassName
{
border-color: #0925DC;
}
.TagClassName
{
border-color: #0925DC;
}
</style>