Shades of Blue #0301EB
Tints of Blue #0301EB
RGB
CMYK
RGB Variations
Color information
#0301EB (or 0x0301EB) is known color: Blue. HEX triplet: 03, 01 and EB. RGB value is (3,1,235). Sum of RGB (Red+Green+Blue) = 3+1+235=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 235 (92.19% from 255 or 98.33% from 239); Max value from RGB is 235 - color contains mainly: blue. Hex color #0301EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0301EB is #FCFE14. Grayscale: #1B1B1B. Windows color (decimal): -16580117 or 15401219. OLE color: 15401219.
HSL color Cylindrical-coordinate representation of color #0301EB: hue angle of 240.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0301EB is Cyan = 0.99, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 1 | 235 | - |
| CMYK | 0.99 | 1.00 | 0 | 0.08 |
| HSL | 240.51º | 0.99% | 0.46% | - |
| HSV(B) | 240.51º | 1% | 0.92% | - |
| XYZ | 15.04 | 6.04 | 78.97 | - |
| YUV | 28.27 | 244.66 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 235 | 0.99 | 1.00 | 0 | 0.08 | 240.51 | 0.99 | 0.46 |
| Hex | 3 | 1 | EB | 63 | 64 | 0 | 8 | F1 | 63 | 2E |
| Octal | 3 | 1 | 353 | 143 | 144 | 0 | 10 | 361 | 143 | 56 |
| Binary | 11 | 1 | 11101011 | 1100011 | 1100100 | 0 | 1000 | 11110001 | 1100011 | 101110 |
Color Harmonies of #0301EB
Complementary color
Monochromatic Colors of #0301EB
Black with #0301EB
Text Example
Text Example
White with #0301EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0301EB; }
p { color: rgb(3,1,235); }
H1.HeaderClassName
{
color: #0301EB;
}
.AnyTagClassName
{
color: #0301EB;
}
</style>
background-color css
<style>
a { background-color: #0301EB; }
a { background-color: rgb(3,1,235); }
div.DivClassName
{
background-color: #0301EB;
}
.BgClassName
{
background-color: #0301EB;
}
</style>
border-color css
<style>
span { border-color: #0301EB; }
span { border-color: rgb(3,1,235); }
td.TdClassName
{
border-color: #0301EB;
}
.TagClassName
{
border-color: #0301EB;
}
</style>