Shades of Blue #030BFE
Tints of Blue #030BFE
RGB
CMYK
RGB Variations
Color information
#030BFE (or 0x030BFE) is known color: Blue. HEX triplet: 03, 0B and FE. RGB value is (3,11,254). Sum of RGB (Red+Green+Blue) = 3+11+254=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 254 (99.61% from 255 or 94.78% from 268); Max value from RGB is 254 - color contains mainly: blue. Hex color #030BFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030BFE is #FCF401. Grayscale: #232323. Windows color (decimal): -16577538 or 16648963. OLE color: 16648963.
HSL color Cylindrical-coordinate representation of color #030BFE: hue angle of 238.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BFE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 11 | 254 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.00 |
| HSL | 238.09º | 0.99% | 0.5% | - |
| HSV(B) | 238.09º | 0.99% | 1% | - |
| XYZ | 18.05 | 7.41 | 94.25 | - |
| YUV | 36.31 | 250.85 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 254 | 0.99 | 0.96 | 0 | 0.00 | 238.09 | 0.99 | 0.5 |
| Hex | 3 | B | FE | 63 | 60 | 0 | 0 | EE | 63 | 32 |
| Octal | 3 | 13 | 376 | 143 | 140 | 0 | 0 | 356 | 143 | 62 |
| Binary | 11 | 1011 | 11111110 | 1100011 | 1100000 | 0 | 0 | 11101110 | 1100011 | 110010 |
Color Harmonies of #030BFE
Complementary color
Monochromatic Colors of #030BFE
Black with #030BFE
Text Example
Text Example
White with #030BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BFE; }
p { color: rgb(3,11,254); }
H1.HeaderClassName
{
color: #030BFE;
}
.AnyTagClassName
{
color: #030BFE;
}
</style>
background-color css
<style>
a { background-color: #030BFE; }
a { background-color: rgb(3,11,254); }
div.DivClassName
{
background-color: #030BFE;
}
.BgClassName
{
background-color: #030BFE;
}
</style>
border-color css
<style>
span { border-color: #030BFE; }
span { border-color: rgb(3,11,254); }
td.TdClassName
{
border-color: #030BFE;
}
.TagClassName
{
border-color: #030BFE;
}
</style>