Shades of Blue #0030FF
Tints of Blue #0030FF
RGB
CMYK
RGB Variations
Color information
#0030FF (or 0x0030FF) is known color: Blue. HEX triplet: 00, 30 and FF. RGB value is (0,48,255). Sum of RGB (Red+Green+Blue) = 0+48+255=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #0030FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0030FF is #FFCF00. Grayscale: #383838. Windows color (decimal): -16764673 or 16723968. OLE color: 16723968.
HSL color Cylindrical-coordinate representation of color #0030FF: hue angle of 228.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0030FF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 48 | 255 | - |
CMYK | 1 | 0.81 | 0 | 0 |
HSL | 228.71º | 1% | 0.5% | - |
HSV(B) | 228.71º | 1% | 1% | - |
XYZ | 19.11 | 9.33 | 95.4 | - |
YUV | 57.25 | 239.6 | 87.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 48 | 255 | 1 | 0.81 | 0 | 0 | 228.71 | 1 | 0.5 |
Hex | 0 | 30 | FF | 64 | 51 | 0 | 0 | E5 | 64 | 32 |
Octal | 0 | 60 | 377 | 144 | 121 | 0 | 0 | 345 | 144 | 62 |
Binary | 0 | 110000 | 11111111 | 1100100 | 1010001 | 0 | 0 | 11100101 | 1100100 | 110010 |
Color Harmonies of #0030FF
Complementary color
Monochromatic Colors of #0030FF
Black with #0030FF
Text Example
Text Example
White with #0030FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0030FF; }
p { color: rgb(0,48,255); }
H1.HeaderClassName
{
color: #0030FF;
}
.AnyTagClassName
{
color: #0030FF;
}
</style>
background-color css
<style>
a { background-color: #0030FF; }
a { background-color: rgb(0,48,255); }
div.DivClassName
{
background-color: #0030FF;
}
.BgClassName
{
background-color: #0030FF;
}
</style>
border-color css
<style>
span { border-color: #0030FF; }
span { border-color: rgb(0,48,255); }
td.TdClassName
{
border-color: #0030FF;
}
.TagClassName
{
border-color: #0030FF;
}
</style>