Shades of Blue #0423EC
Tints of Blue #0423EC
RGB
CMYK
RGB Variations
Color information
#0423EC (or 0x0423EC) is known color: Blue. HEX triplet: 04, 23 and EC. RGB value is (4,35,236). Sum of RGB (Red+Green+Blue) = 4+35+236=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 236 (92.58% from 255 or 85.82% from 275); Max value from RGB is 236 - color contains mainly: blue. Hex color #0423EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0423EC is #FBDC13. Grayscale: #2F2F2F. Windows color (decimal): -16505876 or 15475460. OLE color: 15475460.
HSL color Cylindrical-coordinate representation of color #0423EC: hue angle of 231.98º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423EC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 35 | 236 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.07 |
| HSL | 231.98º | 0.97% | 0.47% | - |
| HSV(B) | 231.98º | 0.98% | 0.93% | - |
| XYZ | 15.79 | 7.28 | 79.93 | - |
| YUV | 48.65 | 233.73 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 236 | 0.98 | 0.85 | 0 | 0.07 | 231.98 | 0.97 | 0.47 |
| Hex | 4 | 23 | EC | 62 | 55 | 0 | 7 | E8 | 61 | 2F |
| Octal | 4 | 43 | 354 | 142 | 125 | 0 | 7 | 350 | 141 | 57 |
| Binary | 100 | 100011 | 11101100 | 1100010 | 1010101 | 0 | 111 | 11101000 | 1100001 | 101111 |
Color Harmonies of #0423EC
Complementary color
Monochromatic Colors of #0423EC
Black with #0423EC
Text Example
Text Example
White with #0423EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423EC; }
p { color: rgb(4,35,236); }
H1.HeaderClassName
{
color: #0423EC;
}
.AnyTagClassName
{
color: #0423EC;
}
</style>
background-color css
<style>
a { background-color: #0423EC; }
a { background-color: rgb(4,35,236); }
div.DivClassName
{
background-color: #0423EC;
}
.BgClassName
{
background-color: #0423EC;
}
</style>
border-color css
<style>
span { border-color: #0423EC; }
span { border-color: rgb(4,35,236); }
td.TdClassName
{
border-color: #0423EC;
}
.TagClassName
{
border-color: #0423EC;
}
</style>