Shades of Blue #0304FF
Tints of Blue #0304FF
RGB
CMYK
RGB Variations
Color information
#0304FF (or 0x0304FF) is known color: Blue. HEX triplet: 03, 04 and FF. RGB value is (3,4,255). Sum of RGB (Red+Green+Blue) = 3+4+255=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 255 (100% from 255 or 97.33% from 262); Max value from RGB is 255 - color contains mainly: blue. Hex color #0304FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0304FF is #FCFB00. Grayscale: #1F1F1F. Windows color (decimal): -16579329 or 16712707. OLE color: 16712707.
HSL color Cylindrical-coordinate representation of color #0304FF: hue angle of 239.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0304FF is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 4 | 255 | - |
| CMYK | 0.99 | 0.98 | 0 | 0 |
| HSL | 239.76º | 1% | 0.51% | - |
| HSV(B) | 239.76º | 0.99% | 1% | - |
| XYZ | 18.13 | 7.33 | 95.07 | - |
| YUV | 32.32 | 253.67 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 255 | 0.99 | 0.98 | 0 | 0 | 239.76 | 1 | 0.51 |
| Hex | 3 | 4 | FF | 63 | 62 | 0 | 0 | F0 | 64 | 33 |
| Octal | 3 | 4 | 377 | 143 | 142 | 0 | 0 | 360 | 144 | 63 |
| Binary | 11 | 100 | 11111111 | 1100011 | 1100010 | 0 | 0 | 11110000 | 1100100 | 110011 |
Color Harmonies of #0304FF
Complementary color
Monochromatic Colors of #0304FF
Black with #0304FF
Text Example
Text Example
White with #0304FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0304FF; }
p { color: rgb(3,4,255); }
H1.HeaderClassName
{
color: #0304FF;
}
.AnyTagClassName
{
color: #0304FF;
}
</style>
background-color css
<style>
a { background-color: #0304FF; }
a { background-color: rgb(3,4,255); }
div.DivClassName
{
background-color: #0304FF;
}
.BgClassName
{
background-color: #0304FF;
}
</style>
border-color css
<style>
span { border-color: #0304FF; }
span { border-color: rgb(3,4,255); }
td.TdClassName
{
border-color: #0304FF;
}
.TagClassName
{
border-color: #0304FF;
}
</style>