Shades of Blue #030EFB
Tints of Blue #030EFB
RGB
CMYK
RGB Variations
Color information
#030EFB (or 0x030EFB) is known color: Blue. HEX triplet: 03, 0E and FB. RGB value is (3,14,251). Sum of RGB (Red+Green+Blue) = 3+14+251=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 251 (98.44% from 255 or 93.66% from 268); Max value from RGB is 251 - color contains mainly: blue. Hex color #030EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030EFB is #FCF104. Grayscale: #242424. Windows color (decimal): -16576773 or 16453123. OLE color: 16453123.
HSL color Cylindrical-coordinate representation of color #030EFB: hue angle of 237.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EFB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 14 | 251 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.02 |
| HSL | 237.34º | 0.98% | 0.5% | - |
| HSV(B) | 237.34º | 0.99% | 0.98% | - |
| XYZ | 17.61 | 7.3 | 91.75 | - |
| YUV | 37.73 | 248.36 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 251 | 0.99 | 0.94 | 0 | 0.02 | 237.34 | 0.98 | 0.5 |
| Hex | 3 | E | FB | 63 | 5E | 0 | 2 | ED | 62 | 32 |
| Octal | 3 | 16 | 373 | 143 | 136 | 0 | 2 | 355 | 142 | 62 |
| Binary | 11 | 1110 | 11111011 | 1100011 | 1011110 | 0 | 10 | 11101101 | 1100010 | 110010 |
Color Harmonies of #030EFB
Complementary color
Monochromatic Colors of #030EFB
Black with #030EFB
Text Example
Text Example
White with #030EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030EFB; }
p { color: rgb(3,14,251); }
H1.HeaderClassName
{
color: #030EFB;
}
.AnyTagClassName
{
color: #030EFB;
}
</style>
background-color css
<style>
a { background-color: #030EFB; }
a { background-color: rgb(3,14,251); }
div.DivClassName
{
background-color: #030EFB;
}
.BgClassName
{
background-color: #030EFB;
}
</style>
border-color css
<style>
span { border-color: #030EFB; }
span { border-color: rgb(3,14,251); }
td.TdClassName
{
border-color: #030EFB;
}
.TagClassName
{
border-color: #030EFB;
}
</style>