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