Shades of Medium Blue #0023DD
Tints of Medium Blue #0023DD
RGB
CMYK
RGB Variations
Color information
#0023DD (or 0x0023DD) is known color: Medium Blue. HEX triplet: 00, 23 and DD. RGB value is (0,35,221). Sum of RGB (Red+Green+Blue) = 0+35+221=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #0023DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023DD is #FFDC22. Grayscale: #2C2C2C. Windows color (decimal): -16768035 or 14492416. OLE color: 14492416.
HSL color Cylindrical-coordinate representation of color #0023DD: hue angle of 230.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023DD is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 35 | 221 | - |
| CMYK | 1 | 0.84 | 0 | 0.13 |
| HSL | 230.5º | 1% | 0.43% | - |
| HSV(B) | 230.5º | 1% | 0.87% | - |
| XYZ | 13.65 | 6.42 | 68.93 | - |
| YUV | 45.74 | 226.9 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 221 | 1 | 0.84 | 0 | 0.13 | 230.5 | 1 | 0.43 |
| Hex | 0 | 23 | DD | 64 | 54 | 0 | D | E6 | 64 | 2B |
| Octal | 0 | 43 | 335 | 144 | 124 | 0 | 15 | 346 | 144 | 53 |
| Binary | 0 | 100011 | 11011101 | 1100100 | 1010100 | 0 | 1101 | 11100110 | 1100100 | 101011 |
Color Harmonies of #0023DD
Complementary color
Monochromatic Colors of #0023DD
Black with #0023DD
Text Example
Text Example
White with #0023DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023DD; }
p { color: rgb(0,35,221); }
H1.HeaderClassName
{
color: #0023DD;
}
.AnyTagClassName
{
color: #0023DD;
}
</style>
background-color css
<style>
a { background-color: #0023DD; }
a { background-color: rgb(0,35,221); }
div.DivClassName
{
background-color: #0023DD;
}
.BgClassName
{
background-color: #0023DD;
}
</style>
border-color css
<style>
span { border-color: #0023DD; }
span { border-color: rgb(0,35,221); }
td.TdClassName
{
border-color: #0023DD;
}
.TagClassName
{
border-color: #0023DD;
}
</style>