Shades of Medium Blue #0B23DD
Tints of Medium Blue #0B23DD
RGB
CMYK
RGB Variations
Color information
#0B23DD (or 0x0B23DD) is known color: Medium Blue. HEX triplet: 0B, 23 and DD. RGB value is (11,35,221). Sum of RGB (Red+Green+Blue) = 11+35+221=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B23DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B23DD is #F4DC22. Grayscale: #303030. Windows color (decimal): -16047139 or 14492427. OLE color: 14492427.
HSL color Cylindrical-coordinate representation of color #0B23DD: hue angle of 233.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B23DD is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 35 | 221 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.13 |
| HSL | 233.14º | 0.91% | 0.45% | - |
| HSV(B) | 233.14º | 0.95% | 0.87% | - |
| XYZ | 13.79 | 6.49 | 68.93 | - |
| YUV | 49.03 | 225.05 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 35 | 221 | 0.95 | 0.84 | 0 | 0.13 | 233.14 | 0.91 | 0.45 |
| Hex | B | 23 | DD | 5F | 54 | 0 | D | E9 | 5B | 2D |
| Octal | 13 | 43 | 335 | 137 | 124 | 0 | 15 | 351 | 133 | 55 |
| Binary | 1011 | 100011 | 11011101 | 1011111 | 1010100 | 0 | 1101 | 11101001 | 1011011 | 101101 |
Color Harmonies of #0B23DD
Complementary color
Monochromatic Colors of #0B23DD
Black with #0B23DD
Text Example
Text Example
White with #0B23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B23DD; }
p { color: rgb(11,35,221); }
H1.HeaderClassName
{
color: #0B23DD;
}
.AnyTagClassName
{
color: #0B23DD;
}
</style>
background-color css
<style>
a { background-color: #0B23DD; }
a { background-color: rgb(11,35,221); }
div.DivClassName
{
background-color: #0B23DD;
}
.BgClassName
{
background-color: #0B23DD;
}
</style>
border-color css
<style>
span { border-color: #0B23DD; }
span { border-color: rgb(11,35,221); }
td.TdClassName
{
border-color: #0B23DD;
}
.TagClassName
{
border-color: #0B23DD;
}
</style>