Shades of Blue #0423EA
Tints of Blue #0423EA
RGB
CMYK
RGB Variations
Color information
#0423EA (or 0x0423EA) is known color: Blue. HEX triplet: 04, 23 and EA. RGB value is (4,35,234). Sum of RGB (Red+Green+Blue) = 4+35+234=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #0423EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0423EA is #FBDC15. Grayscale: #2F2F2F. Windows color (decimal): -16505878 or 15344388. OLE color: 15344388.
HSL color Cylindrical-coordinate representation of color #0423EA: hue angle of 231.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423EA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 35 | 234 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.08 |
| HSL | 231.91º | 0.97% | 0.47% | - |
| HSV(B) | 231.91º | 0.98% | 0.92% | - |
| XYZ | 15.5 | 7.17 | 78.41 | - |
| YUV | 48.42 | 232.73 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 234 | 0.98 | 0.85 | 0 | 0.08 | 231.91 | 0.97 | 0.47 |
| Hex | 4 | 23 | EA | 62 | 55 | 0 | 8 | E8 | 61 | 2F |
| Octal | 4 | 43 | 352 | 142 | 125 | 0 | 10 | 350 | 141 | 57 |
| Binary | 100 | 100011 | 11101010 | 1100010 | 1010101 | 0 | 1000 | 11101000 | 1100001 | 101111 |
Color Harmonies of #0423EA
Complementary color
Monochromatic Colors of #0423EA
Black with #0423EA
Text Example
Text Example
White with #0423EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423EA; }
p { color: rgb(4,35,234); }
H1.HeaderClassName
{
color: #0423EA;
}
.AnyTagClassName
{
color: #0423EA;
}
</style>
background-color css
<style>
a { background-color: #0423EA; }
a { background-color: rgb(4,35,234); }
div.DivClassName
{
background-color: #0423EA;
}
.BgClassName
{
background-color: #0423EA;
}
</style>
border-color css
<style>
span { border-color: #0423EA; }
span { border-color: rgb(4,35,234); }
td.TdClassName
{
border-color: #0423EA;
}
.TagClassName
{
border-color: #0423EA;
}
</style>