Shades of Medium Blue #0023CD
Tints of Medium Blue #0023CD
RGB
CMYK
RGB Variations
Color information
#0023CD (or 0x0023CD) is known color: Medium Blue. HEX triplet: 00, 23 and CD. RGB value is (0,35,205). Sum of RGB (Red+Green+Blue) = 0+35+205=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #0023CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0023CD is #FFDC32. Grayscale: #2B2B2B. Windows color (decimal): -16768051 or 13443840. OLE color: 13443840.
HSL color Cylindrical-coordinate representation of color #0023CD: hue angle of 229.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023CD is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 35 | 205 | - |
| CMYK | 1 | 0.83 | 0 | 0.20 |
| HSL | 229.76º | 1% | 0.4% | - |
| HSV(B) | 229.76º | 1% | 0.8% | - |
| XYZ | 11.62 | 5.61 | 58.23 | - |
| YUV | 43.92 | 218.9 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 205 | 1 | 0.83 | 0 | 0.20 | 229.76 | 1 | 0.4 |
| Hex | 0 | 23 | CD | 64 | 53 | 0 | 14 | E6 | 64 | 28 |
| Octal | 0 | 43 | 315 | 144 | 123 | 0 | 24 | 346 | 144 | 50 |
| Binary | 0 | 100011 | 11001101 | 1100100 | 1010011 | 0 | 10100 | 11100110 | 1100100 | 101000 |
Color Harmonies of #0023CD
Complementary color
Monochromatic Colors of #0023CD
Black with #0023CD
Text Example
Text Example
White with #0023CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0023CD; }
p { color: rgb(0,35,205); }
H1.HeaderClassName
{
color: #0023CD;
}
.AnyTagClassName
{
color: #0023CD;
}
</style>
background-color css
<style>
a { background-color: #0023CD; }
a { background-color: rgb(0,35,205); }
div.DivClassName
{
background-color: #0023CD;
}
.BgClassName
{
background-color: #0023CD;
}
</style>
border-color css
<style>
span { border-color: #0023CD; }
span { border-color: rgb(0,35,205); }
td.TdClassName
{
border-color: #0023CD;
}
.TagClassName
{
border-color: #0023CD;
}
</style>