Shades of Medium Blue #0423D0
Tints of Medium Blue #0423D0
RGB
CMYK
RGB Variations
Color information
#0423D0 (or 0x0423D0) is known color: Medium Blue. HEX triplet: 04, 23 and D0. RGB value is (4,35,208). Sum of RGB (Red+Green+Blue) = 4+35+208=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 208 (81.64% from 255 or 84.21% from 247); Max value from RGB is 208 - color contains mainly: blue. Hex color #0423D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0423D0 is #FBDC2F. Grayscale: #2C2C2C. Windows color (decimal): -16505904 or 13640452. OLE color: 13640452.
HSL color Cylindrical-coordinate representation of color #0423D0: hue angle of 230.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423D0 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 35 | 208 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.18 |
| HSL | 230.88º | 0.96% | 0.42% | - |
| HSV(B) | 230.88º | 0.98% | 0.82% | - |
| XYZ | 12.04 | 5.78 | 60.16 | - |
| YUV | 45.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 208 | 0.98 | 0.83 | 0 | 0.18 | 230.88 | 0.96 | 0.42 |
| Hex | 4 | 23 | D0 | 62 | 53 | 0 | 12 | E7 | 60 | 2A |
| Octal | 4 | 43 | 320 | 142 | 123 | 0 | 22 | 347 | 140 | 52 |
| Binary | 100 | 100011 | 11010000 | 1100010 | 1010011 | 0 | 10010 | 11100111 | 1100000 | 101010 |
Color Harmonies of #0423D0
Complementary color
Monochromatic Colors of #0423D0
Black with #0423D0
Text Example
Text Example
White with #0423D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423D0; }
p { color: rgb(4,35,208); }
H1.HeaderClassName
{
color: #0423D0;
}
.AnyTagClassName
{
color: #0423D0;
}
</style>
background-color css
<style>
a { background-color: #0423D0; }
a { background-color: rgb(4,35,208); }
div.DivClassName
{
background-color: #0423D0;
}
.BgClassName
{
background-color: #0423D0;
}
</style>
border-color css
<style>
span { border-color: #0423D0; }
span { border-color: rgb(4,35,208); }
td.TdClassName
{
border-color: #0423D0;
}
.TagClassName
{
border-color: #0423D0;
}
</style>