Shades of Medium Blue #0309BD
Tints of Medium Blue #0309BD
RGB
CMYK
RGB Variations
Color information
#0309BD (or 0x0309BD) is known color: Medium Blue. HEX triplet: 03, 09 and BD. RGB value is (3,9,189). Sum of RGB (Red+Green+Blue) = 3+9+189=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 189 (74.22% from 255 or 94.03% from 201); Max value from RGB is 189 - color contains mainly: blue. Hex color #0309BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309BD is #FCF642. Grayscale: #1B1B1B. Windows color (decimal): -16578115 or 12388611. OLE color: 12388611.
HSL color Cylindrical-coordinate representation of color #0309BD: hue angle of 238.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0309BD is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 9 | 189 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.26 |
| HSL | 238.06º | 0.97% | 0.38% | - |
| HSV(B) | 238.06º | 0.98% | 0.74% | - |
| XYZ | 9.32 | 3.89 | 48.4 | - |
| YUV | 27.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 189 | 0.98 | 0.95 | 0 | 0.26 | 238.06 | 0.97 | 0.38 |
| Hex | 3 | 9 | BD | 62 | 5F | 0 | 1A | EE | 61 | 26 |
| Octal | 3 | 11 | 275 | 142 | 137 | 0 | 32 | 356 | 141 | 46 |
| Binary | 11 | 1001 | 10111101 | 1100010 | 1011111 | 0 | 11010 | 11101110 | 1100001 | 100110 |
Color Harmonies of #0309BD
Complementary color
Monochromatic Colors of #0309BD
Black with #0309BD
Text Example
Text Example
White with #0309BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0309BD; }
p { color: rgb(3,9,189); }
H1.HeaderClassName
{
color: #0309BD;
}
.AnyTagClassName
{
color: #0309BD;
}
</style>
background-color css
<style>
a { background-color: #0309BD; }
a { background-color: rgb(3,9,189); }
div.DivClassName
{
background-color: #0309BD;
}
.BgClassName
{
background-color: #0309BD;
}
</style>
border-color css
<style>
span { border-color: #0309BD; }
span { border-color: rgb(3,9,189); }
td.TdClassName
{
border-color: #0309BD;
}
.TagClassName
{
border-color: #0309BD;
}
</style>