Shades of Blue #0310FF
Tints of Blue #0310FF
RGB
CMYK
RGB Variations
Color information
#0310FF (or 0x0310FF) is known color: Blue. HEX triplet: 03, 10 and FF. RGB value is (3,16,255). Sum of RGB (Red+Green+Blue) = 3+16+255=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 255 (100% from 255 or 93.07% from 274); Max value from RGB is 255 - color contains mainly: blue. Hex color #0310FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0310FF is #FCEF00. Grayscale: #262626. Windows color (decimal): -16576257 or 16715779. OLE color: 16715779.
HSL color Cylindrical-coordinate representation of color #0310FF: hue angle of 236.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0310FF is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 16 | 255 | - |
| CMYK | 0.99 | 0.94 | 0 | 0 |
| HSL | 236.9º | 1% | 0.51% | - |
| HSV(B) | 236.9º | 0.99% | 1% | - |
| XYZ | 18.27 | 7.61 | 95.11 | - |
| YUV | 39.36 | 249.69 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 255 | 0.99 | 0.94 | 0 | 0 | 236.9 | 1 | 0.51 |
| Hex | 3 | 10 | FF | 63 | 5E | 0 | 0 | ED | 64 | 33 |
| Octal | 3 | 20 | 377 | 143 | 136 | 0 | 0 | 355 | 144 | 63 |
| Binary | 11 | 10000 | 11111111 | 1100011 | 1011110 | 0 | 0 | 11101101 | 1100100 | 110011 |
Color Harmonies of #0310FF
Complementary color
Monochromatic Colors of #0310FF
Black with #0310FF
Text Example
Text Example
White with #0310FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0310FF; }
p { color: rgb(3,16,255); }
H1.HeaderClassName
{
color: #0310FF;
}
.AnyTagClassName
{
color: #0310FF;
}
</style>
background-color css
<style>
a { background-color: #0310FF; }
a { background-color: rgb(3,16,255); }
div.DivClassName
{
background-color: #0310FF;
}
.BgClassName
{
background-color: #0310FF;
}
</style>
border-color css
<style>
span { border-color: #0310FF; }
span { border-color: rgb(3,16,255); }
td.TdClassName
{
border-color: #0310FF;
}
.TagClassName
{
border-color: #0310FF;
}
</style>