Shades of Blue #0315EB
Tints of Blue #0315EB
RGB
CMYK
RGB Variations
Color information
#0315EB (or 0x0315EB) is known color: Blue. HEX triplet: 03, 15 and EB. RGB value is (3,21,235). Sum of RGB (Red+Green+Blue) = 3+21+235=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 235 (92.19% from 255 or 90.73% from 259); Max value from RGB is 235 - color contains mainly: blue. Hex color #0315EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0315EB is #FCEA14. Grayscale: #272727. Windows color (decimal): -16574997 or 15406339. OLE color: 15406339.
HSL color Cylindrical-coordinate representation of color #0315EB: hue angle of 235.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0315EB is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 21 | 235 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.08 |
| HSL | 235.34º | 0.97% | 0.47% | - |
| HSV(B) | 235.34º | 0.99% | 0.92% | - |
| XYZ | 15.3 | 6.55 | 79.06 | - |
| YUV | 40.01 | 238.04 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 235 | 0.99 | 0.91 | 0 | 0.08 | 235.34 | 0.97 | 0.47 |
| Hex | 3 | 15 | EB | 63 | 5B | 0 | 8 | EB | 61 | 2F |
| Octal | 3 | 25 | 353 | 143 | 133 | 0 | 10 | 353 | 141 | 57 |
| Binary | 11 | 10101 | 11101011 | 1100011 | 1011011 | 0 | 1000 | 11101011 | 1100001 | 101111 |
Color Harmonies of #0315EB
Complementary color
Monochromatic Colors of #0315EB
Black with #0315EB
Text Example
Text Example
White with #0315EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0315EB; }
p { color: rgb(3,21,235); }
H1.HeaderClassName
{
color: #0315EB;
}
.AnyTagClassName
{
color: #0315EB;
}
</style>
background-color css
<style>
a { background-color: #0315EB; }
a { background-color: rgb(3,21,235); }
div.DivClassName
{
background-color: #0315EB;
}
.BgClassName
{
background-color: #0315EB;
}
</style>
border-color css
<style>
span { border-color: #0315EB; }
span { border-color: rgb(3,21,235); }
td.TdClassName
{
border-color: #0315EB;
}
.TagClassName
{
border-color: #0315EB;
}
</style>