Shades of Blue #0430FD
Tints of Blue #0430FD
RGB
CMYK
RGB Variations
Color information
#0430FD (or 0x0430FD) is known color: Blue. HEX triplet: 04, 30 and FD. RGB value is (4,48,253). Sum of RGB (Red+Green+Blue) = 4+48+253=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #0430FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0430FD is #FBCF02. Grayscale: #393939. Windows color (decimal): -16502531 or 16592900. OLE color: 16592900.
HSL color Cylindrical-coordinate representation of color #0430FD: hue angle of 229.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0430FD is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 48 | 253 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.01 |
| HSL | 229.4º | 0.98% | 0.5% | - |
| HSV(B) | 229.4º | 0.98% | 0.99% | - |
| XYZ | 18.84 | 9.23 | 93.72 | - |
| YUV | 58.21 | 237.92 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 253 | 0.98 | 0.81 | 0 | 0.01 | 229.4 | 0.98 | 0.5 |
| Hex | 4 | 30 | FD | 62 | 51 | 0 | 1 | E5 | 62 | 32 |
| Octal | 4 | 60 | 375 | 142 | 121 | 0 | 1 | 345 | 142 | 62 |
| Binary | 100 | 110000 | 11111101 | 1100010 | 1010001 | 0 | 1 | 11100101 | 1100010 | 110010 |
Color Harmonies of #0430FD
Complementary color
Monochromatic Colors of #0430FD
Black with #0430FD
Text Example
Text Example
White with #0430FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0430FD; }
p { color: rgb(4,48,253); }
H1.HeaderClassName
{
color: #0430FD;
}
.AnyTagClassName
{
color: #0430FD;
}
</style>
background-color css
<style>
a { background-color: #0430FD; }
a { background-color: rgb(4,48,253); }
div.DivClassName
{
background-color: #0430FD;
}
.BgClassName
{
background-color: #0430FD;
}
</style>
border-color css
<style>
span { border-color: #0430FD; }
span { border-color: rgb(4,48,253); }
td.TdClassName
{
border-color: #0430FD;
}
.TagClassName
{
border-color: #0430FD;
}
</style>