Shades of Blue #030BF8
Tints of Blue #030BF8
RGB
CMYK
RGB Variations
Color information
#030BF8 (or 0x030BF8) is known color: Blue. HEX triplet: 03, 0B and F8. RGB value is (3,11,248). Sum of RGB (Red+Green+Blue) = 3+11+248=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 248 (97.27% from 255 or 94.66% from 262); Max value from RGB is 248 - color contains mainly: blue. Hex color #030BF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030BF8 is #FCF407. Grayscale: #222222. Windows color (decimal): -16577544 or 16255747. OLE color: 16255747.
HSL color Cylindrical-coordinate representation of color #030BF8: hue angle of 238.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BF8 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 11 | 248 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.03 |
| HSL | 238.04º | 0.98% | 0.49% | - |
| HSV(B) | 238.04º | 0.99% | 0.97% | - |
| XYZ | 17.1 | 7.04 | 89.26 | - |
| YUV | 35.63 | 247.85 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 248 | 0.99 | 0.96 | 0 | 0.03 | 238.04 | 0.98 | 0.49 |
| Hex | 3 | B | F8 | 63 | 60 | 0 | 3 | EE | 62 | 31 |
| Octal | 3 | 13 | 370 | 143 | 140 | 0 | 3 | 356 | 142 | 61 |
| Binary | 11 | 1011 | 11111000 | 1100011 | 1100000 | 0 | 11 | 11101110 | 1100010 | 110001 |
Color Harmonies of #030BF8
Complementary color
Monochromatic Colors of #030BF8
Black with #030BF8
Text Example
Text Example
White with #030BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BF8; }
p { color: rgb(3,11,248); }
H1.HeaderClassName
{
color: #030BF8;
}
.AnyTagClassName
{
color: #030BF8;
}
</style>
background-color css
<style>
a { background-color: #030BF8; }
a { background-color: rgb(3,11,248); }
div.DivClassName
{
background-color: #030BF8;
}
.BgClassName
{
background-color: #030BF8;
}
</style>
border-color css
<style>
span { border-color: #030BF8; }
span { border-color: rgb(3,11,248); }
td.TdClassName
{
border-color: #030BF8;
}
.TagClassName
{
border-color: #030BF8;
}
</style>