Shades of Blue #030BFF
Tints of Blue #030BFF
RGB
CMYK
RGB Variations
Color information
#030BFF (or 0x030BFF) is known color: Blue. HEX triplet: 03, 0B and FF. RGB value is (3,11,255). Sum of RGB (Red+Green+Blue) = 3+11+255=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 255 (100% from 255 or 94.80% from 269); Max value from RGB is 255 - color contains mainly: blue. Hex color #030BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030BFF is #FCF400. Grayscale: #232323. Windows color (decimal): -16577537 or 16714499. OLE color: 16714499.
HSL color Cylindrical-coordinate representation of color #030BFF: hue angle of 238.1º 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 #030BFF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 11 | 255 | - |
| CMYK | 0.99 | 0.96 | 0 | 0 |
| HSL | 238.1º | 1% | 0.51% | - |
| HSV(B) | 238.1º | 0.99% | 1% | - |
| XYZ | 18.21 | 7.48 | 95.09 | - |
| YUV | 36.42 | 251.35 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 255 | 0.99 | 0.96 | 0 | 0 | 238.1 | 1 | 0.51 |
| Hex | 3 | B | FF | 63 | 60 | 0 | 0 | EE | 64 | 33 |
| Octal | 3 | 13 | 377 | 143 | 140 | 0 | 0 | 356 | 144 | 63 |
| Binary | 11 | 1011 | 11111111 | 1100011 | 1100000 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #030BFF
Complementary color
Monochromatic Colors of #030BFF
Black with #030BFF
Text Example
Text Example
White with #030BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BFF; }
p { color: rgb(3,11,255); }
H1.HeaderClassName
{
color: #030BFF;
}
.AnyTagClassName
{
color: #030BFF;
}
</style>
background-color css
<style>
a { background-color: #030BFF; }
a { background-color: rgb(3,11,255); }
div.DivClassName
{
background-color: #030BFF;
}
.BgClassName
{
background-color: #030BFF;
}
</style>
border-color css
<style>
span { border-color: #030BFF; }
span { border-color: rgb(3,11,255); }
td.TdClassName
{
border-color: #030BFF;
}
.TagClassName
{
border-color: #030BFF;
}
</style>