Shades of Blue #030BEE
Tints of Blue #030BEE
RGB
CMYK
RGB Variations
Color information
#030BEE (or 0x030BEE) is known color: Blue. HEX triplet: 03, 0B and EE. RGB value is (3,11,238). Sum of RGB (Red+Green+Blue) = 3+11+238=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 238 (93.36% from 255 or 94.44% from 252); Max value from RGB is 238 - color contains mainly: blue. Hex color #030BEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030BEE is #FCF411. Grayscale: #212121. Windows color (decimal): -16577554 or 15600387. OLE color: 15600387.
HSL color Cylindrical-coordinate representation of color #030BEE: hue angle of 237.96º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BEE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 11 | 238 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.07 |
| HSL | 237.96º | 0.98% | 0.47% | - |
| HSV(B) | 237.96º | 0.99% | 0.93% | - |
| XYZ | 15.59 | 6.43 | 81.31 | - |
| YUV | 34.49 | 242.85 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 238 | 0.99 | 0.95 | 0 | 0.07 | 237.96 | 0.98 | 0.47 |
| Hex | 3 | B | EE | 63 | 5F | 0 | 7 | EE | 62 | 2F |
| Octal | 3 | 13 | 356 | 143 | 137 | 0 | 7 | 356 | 142 | 57 |
| Binary | 11 | 1011 | 11101110 | 1100011 | 1011111 | 0 | 111 | 11101110 | 1100010 | 101111 |
Color Harmonies of #030BEE
Complementary color
Monochromatic Colors of #030BEE
Black with #030BEE
Text Example
Text Example
White with #030BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BEE; }
p { color: rgb(3,11,238); }
H1.HeaderClassName
{
color: #030BEE;
}
.AnyTagClassName
{
color: #030BEE;
}
</style>
background-color css
<style>
a { background-color: #030BEE; }
a { background-color: rgb(3,11,238); }
div.DivClassName
{
background-color: #030BEE;
}
.BgClassName
{
background-color: #030BEE;
}
</style>
border-color css
<style>
span { border-color: #030BEE; }
span { border-color: rgb(3,11,238); }
td.TdClassName
{
border-color: #030BEE;
}
.TagClassName
{
border-color: #030BEE;
}
</style>