Shades of Blue #0432F4
Tints of Blue #0432F4
RGB
CMYK
RGB Variations
Color information
#0432F4 (or 0x0432F4) is known color: Blue. HEX triplet: 04, 32 and F4. RGB value is (4,50,244). Sum of RGB (Red+Green+Blue) = 4+50+244=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 244 (95.70% from 255 or 81.88% from 298); Max value from RGB is 244 - color contains mainly: blue. Hex color #0432F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0432F4 is #FBCD0B. Grayscale: #393939. Windows color (decimal): -16502028 or 16003588. OLE color: 16003588.
HSL color Cylindrical-coordinate representation of color #0432F4: hue angle of 228.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0432F4 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 50 | 244 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.04 |
| HSL | 228.5º | 0.97% | 0.49% | - |
| HSV(B) | 228.5º | 0.98% | 0.96% | - |
| XYZ | 17.52 | 8.84 | 86.37 | - |
| YUV | 58.36 | 232.76 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 244 | 0.98 | 0.80 | 0 | 0.04 | 228.5 | 0.97 | 0.49 |
| Hex | 4 | 32 | F4 | 62 | 50 | 0 | 4 | E4 | 61 | 31 |
| Octal | 4 | 62 | 364 | 142 | 120 | 0 | 4 | 344 | 141 | 61 |
| Binary | 100 | 110010 | 11110100 | 1100010 | 1010000 | 0 | 100 | 11100100 | 1100001 | 110001 |
Color Harmonies of #0432F4
Complementary color
Monochromatic Colors of #0432F4
Black with #0432F4
Text Example
Text Example
White with #0432F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0432F4; }
p { color: rgb(4,50,244); }
H1.HeaderClassName
{
color: #0432F4;
}
.AnyTagClassName
{
color: #0432F4;
}
</style>
background-color css
<style>
a { background-color: #0432F4; }
a { background-color: rgb(4,50,244); }
div.DivClassName
{
background-color: #0432F4;
}
.BgClassName
{
background-color: #0432F4;
}
</style>
border-color css
<style>
span { border-color: #0432F4; }
span { border-color: rgb(4,50,244); }
td.TdClassName
{
border-color: #0432F4;
}
.TagClassName
{
border-color: #0432F4;
}
</style>