Shades of Blue #0330F5
Tints of Blue #0330F5
RGB
CMYK
RGB Variations
Color information
#0330F5 (or 0x0330F5) is known color: Blue. HEX triplet: 03, 30 and F5. RGB value is (3,48,245). Sum of RGB (Red+Green+Blue) = 3+48+245=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 245 (96.09% from 255 or 82.77% from 296); Max value from RGB is 245 - color contains mainly: blue. Hex color #0330F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0330F5 is #FCCF0A. Grayscale: #383838. Windows color (decimal): -16568075 or 16068611. OLE color: 16068611.
HSL color Cylindrical-coordinate representation of color #0330F5: hue angle of 228.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0330F5 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 48 | 245 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.04 |
| HSL | 228.84º | 0.98% | 0.49% | - |
| HSV(B) | 228.84º | 0.99% | 0.96% | - |
| XYZ | 17.58 | 8.73 | 87.14 | - |
| YUV | 57 | 234.09 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 245 | 0.99 | 0.80 | 0 | 0.04 | 228.84 | 0.98 | 0.49 |
| Hex | 3 | 30 | F5 | 63 | 50 | 0 | 4 | E5 | 62 | 31 |
| Octal | 3 | 60 | 365 | 143 | 120 | 0 | 4 | 345 | 142 | 61 |
| Binary | 11 | 110000 | 11110101 | 1100011 | 1010000 | 0 | 100 | 11100101 | 1100010 | 110001 |
Color Harmonies of #0330F5
Complementary color
Monochromatic Colors of #0330F5
Black with #0330F5
Text Example
Text Example
White with #0330F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0330F5; }
p { color: rgb(3,48,245); }
H1.HeaderClassName
{
color: #0330F5;
}
.AnyTagClassName
{
color: #0330F5;
}
</style>
background-color css
<style>
a { background-color: #0330F5; }
a { background-color: rgb(3,48,245); }
div.DivClassName
{
background-color: #0330F5;
}
.BgClassName
{
background-color: #0330F5;
}
</style>
border-color css
<style>
span { border-color: #0330F5; }
span { border-color: rgb(3,48,245); }
td.TdClassName
{
border-color: #0330F5;
}
.TagClassName
{
border-color: #0330F5;
}
</style>