Shades of Blue #0423F2
Tints of Blue #0423F2
RGB
CMYK
RGB Variations
Color information
#0423F2 (or 0x0423F2) is known color: Blue. HEX triplet: 04, 23 and F2. RGB value is (4,35,242). Sum of RGB (Red+Green+Blue) = 4+35+242=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 242 (94.92% from 255 or 86.12% from 281); Max value from RGB is 242 - color contains mainly: blue. Hex color #0423F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0423F2 is #FBDC0D. Grayscale: #303030. Windows color (decimal): -16505870 or 15868676. OLE color: 15868676.
HSL color Cylindrical-coordinate representation of color #0423F2: hue angle of 232.18º 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 #0423F2 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 35 | 242 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.05 |
| HSL | 232.18º | 0.97% | 0.48% | - |
| HSV(B) | 232.18º | 0.98% | 0.95% | - |
| XYZ | 16.68 | 7.64 | 84.6 | - |
| YUV | 49.33 | 236.73 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 242 | 0.98 | 0.86 | 0 | 0.05 | 232.18 | 0.97 | 0.48 |
| Hex | 4 | 23 | F2 | 62 | 56 | 0 | 5 | E8 | 61 | 30 |
| Octal | 4 | 43 | 362 | 142 | 126 | 0 | 5 | 350 | 141 | 60 |
| Binary | 100 | 100011 | 11110010 | 1100010 | 1010110 | 0 | 101 | 11101000 | 1100001 | 110000 |
Color Harmonies of #0423F2
Complementary color
Monochromatic Colors of #0423F2
Black with #0423F2
Text Example
Text Example
White with #0423F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0423F2; }
p { color: rgb(4,35,242); }
H1.HeaderClassName
{
color: #0423F2;
}
.AnyTagClassName
{
color: #0423F2;
}
</style>
background-color css
<style>
a { background-color: #0423F2; }
a { background-color: rgb(4,35,242); }
div.DivClassName
{
background-color: #0423F2;
}
.BgClassName
{
background-color: #0423F2;
}
</style>
border-color css
<style>
span { border-color: #0423F2; }
span { border-color: rgb(4,35,242); }
td.TdClassName
{
border-color: #0423F2;
}
.TagClassName
{
border-color: #0423F2;
}
</style>