Shades of Blue #0423F3
Tints of Blue #0423F3
RGB
CMYK
RGB Variations
Color information
#0423F3 (or 0x0423F3) is known color: Blue. HEX triplet: 04, 23 and F3. RGB value is (4,35,243). Sum of RGB (Red+Green+Blue) = 4+35+243=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 243 (95.31% from 255 or 86.17% from 282); Max value from RGB is 243 - color contains mainly: blue. Hex color #0423F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0423F3 is #FBDC0C. Grayscale: #303030. Windows color (decimal): -16505869 or 15934212. OLE color: 15934212.
HSL color Cylindrical-coordinate representation of color #0423F3: hue angle of 232.22º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0423F3 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 35 | 243 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.05 |
| HSL | 232.22º | 0.97% | 0.48% | - |
| HSV(B) | 232.22º | 0.98% | 0.95% | - |
| XYZ | 16.83 | 7.7 | 85.39 | - |
| YUV | 49.44 | 237.23 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 243 | 0.98 | 0.86 | 0 | 0.05 | 232.22 | 0.97 | 0.48 |
| Hex | 4 | 23 | F3 | 62 | 56 | 0 | 5 | E8 | 61 | 30 |
| Octal | 4 | 43 | 363 | 142 | 126 | 0 | 5 | 350 | 141 | 60 |
| Binary | 100 | 100011 | 11110011 | 1100010 | 1010110 | 0 | 101 | 11101000 | 1100001 | 110000 |
Color Harmonies of #0423F3
Complementary color
Monochromatic Colors of #0423F3
Black with #0423F3
Text Example
Text Example
White with #0423F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423F3; }
p { color: rgb(4,35,243); }
H1.HeaderClassName
{
color: #0423F3;
}
.AnyTagClassName
{
color: #0423F3;
}
</style>
background-color css
<style>
a { background-color: #0423F3; }
a { background-color: rgb(4,35,243); }
div.DivClassName
{
background-color: #0423F3;
}
.BgClassName
{
background-color: #0423F3;
}
</style>
border-color css
<style>
span { border-color: #0423F3; }
span { border-color: rgb(4,35,243); }
td.TdClassName
{
border-color: #0423F3;
}
.TagClassName
{
border-color: #0423F3;
}
</style>