Shades of Blue #0313FE
Tints of Blue #0313FE
RGB
CMYK
RGB Variations
Color information
#0313FE (or 0x0313FE) is known color: Blue. HEX triplet: 03, 13 and FE. RGB value is (3,19,254). Sum of RGB (Red+Green+Blue) = 3+19+254=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 254 (99.61% from 255 or 92.03% from 276); Max value from RGB is 254 - color contains mainly: blue. Hex color #0313FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0313FE is #FCEC01. Grayscale: #282828. Windows color (decimal): -16575490 or 16651011. OLE color: 16651011.
HSL color Cylindrical-coordinate representation of color #0313FE: hue angle of 236.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0313FE is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 19 | 254 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.00 |
| HSL | 236.18º | 0.99% | 0.5% | - |
| HSV(B) | 236.18º | 0.99% | 1% | - |
| XYZ | 18.16 | 7.64 | 94.28 | - |
| YUV | 41.01 | 248.2 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 254 | 0.99 | 0.93 | 0 | 0.00 | 236.18 | 0.99 | 0.5 |
| Hex | 3 | 13 | FE | 63 | 5D | 0 | 0 | EC | 63 | 32 |
| Octal | 3 | 23 | 376 | 143 | 135 | 0 | 0 | 354 | 143 | 62 |
| Binary | 11 | 10011 | 11111110 | 1100011 | 1011101 | 0 | 0 | 11101100 | 1100011 | 110010 |
Color Harmonies of #0313FE
Complementary color
Monochromatic Colors of #0313FE
Black with #0313FE
Text Example
Text Example
White with #0313FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313FE; }
p { color: rgb(3,19,254); }
H1.HeaderClassName
{
color: #0313FE;
}
.AnyTagClassName
{
color: #0313FE;
}
</style>
background-color css
<style>
a { background-color: #0313FE; }
a { background-color: rgb(3,19,254); }
div.DivClassName
{
background-color: #0313FE;
}
.BgClassName
{
background-color: #0313FE;
}
</style>
border-color css
<style>
span { border-color: #0313FE; }
span { border-color: rgb(3,19,254); }
td.TdClassName
{
border-color: #0313FE;
}
.TagClassName
{
border-color: #0313FE;
}
</style>