Shades of Blue #0304FD
Tints of Blue #0304FD
RGB
CMYK
RGB Variations
Color information
#0304FD (or 0x0304FD) is known color: Blue. HEX triplet: 03, 04 and FD. RGB value is (3,4,253). Sum of RGB (Red+Green+Blue) = 3+4+253=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 253 (99.22% from 255 or 97.31% from 260); Max value from RGB is 253 - color contains mainly: blue. Hex color #0304FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0304FD is #FCFB02. Grayscale: #1F1F1F. Windows color (decimal): -16579331 or 16581635. OLE color: 16581635.
HSL color Cylindrical-coordinate representation of color #0304FD: hue angle of 239.76º 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 #0304FD is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 4 | 253 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.01 |
| HSL | 239.76º | 0.98% | 0.5% | - |
| HSV(B) | 239.76º | 0.99% | 0.99% | - |
| XYZ | 17.81 | 7.2 | 93.38 | - |
| YUV | 32.09 | 252.67 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 253 | 0.99 | 0.98 | 0 | 0.01 | 239.76 | 0.98 | 0.5 |
| Hex | 3 | 4 | FD | 63 | 62 | 0 | 1 | F0 | 62 | 32 |
| Octal | 3 | 4 | 375 | 143 | 142 | 0 | 1 | 360 | 142 | 62 |
| Binary | 11 | 100 | 11111101 | 1100011 | 1100010 | 0 | 1 | 11110000 | 1100010 | 110010 |
Color Harmonies of #0304FD
Complementary color
Monochromatic Colors of #0304FD
Black with #0304FD
Text Example
Text Example
White with #0304FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0304FD; }
p { color: rgb(3,4,253); }
H1.HeaderClassName
{
color: #0304FD;
}
.AnyTagClassName
{
color: #0304FD;
}
</style>
background-color css
<style>
a { background-color: #0304FD; }
a { background-color: rgb(3,4,253); }
div.DivClassName
{
background-color: #0304FD;
}
.BgClassName
{
background-color: #0304FD;
}
</style>
border-color css
<style>
span { border-color: #0304FD; }
span { border-color: rgb(3,4,253); }
td.TdClassName
{
border-color: #0304FD;
}
.TagClassName
{
border-color: #0304FD;
}
</style>