Shades of Blue #0313FD
Tints of Blue #0313FD
RGB
CMYK
RGB Variations
Color information
#0313FD (or 0x0313FD) is known color: Blue. HEX triplet: 03, 13 and FD. RGB value is (3,19,253). Sum of RGB (Red+Green+Blue) = 3+19+253=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #0313FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0313FD is #FCEC02. Grayscale: #272727. Windows color (decimal): -16575491 or 16585475. OLE color: 16585475.
HSL color Cylindrical-coordinate representation of color #0313FD: hue angle of 236.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0313FD is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 19 | 253 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.01 |
| HSL | 236.16º | 0.98% | 0.5% | - |
| HSV(B) | 236.16º | 0.99% | 0.99% | - |
| XYZ | 18 | 7.58 | 93.44 | - |
| YUV | 40.89 | 247.7 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 253 | 0.99 | 0.92 | 0 | 0.01 | 236.16 | 0.98 | 0.5 |
| Hex | 3 | 13 | FD | 63 | 5C | 0 | 1 | EC | 62 | 32 |
| Octal | 3 | 23 | 375 | 143 | 134 | 0 | 1 | 354 | 142 | 62 |
| Binary | 11 | 10011 | 11111101 | 1100011 | 1011100 | 0 | 1 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0313FD
Complementary color
Monochromatic Colors of #0313FD
Black with #0313FD
Text Example
Text Example
White with #0313FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313FD; }
p { color: rgb(3,19,253); }
H1.HeaderClassName
{
color: #0313FD;
}
.AnyTagClassName
{
color: #0313FD;
}
</style>
background-color css
<style>
a { background-color: #0313FD; }
a { background-color: rgb(3,19,253); }
div.DivClassName
{
background-color: #0313FD;
}
.BgClassName
{
background-color: #0313FD;
}
</style>
border-color css
<style>
span { border-color: #0313FD; }
span { border-color: rgb(3,19,253); }
td.TdClassName
{
border-color: #0313FD;
}
.TagClassName
{
border-color: #0313FD;
}
</style>