Shades of Blue #0316F8
Tints of Blue #0316F8
RGB
CMYK
RGB Variations
Color information
#0316F8 (or 0x0316F8) is known color: Blue. HEX triplet: 03, 16 and F8. RGB value is (3,22,248). Sum of RGB (Red+Green+Blue) = 3+22+248=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 248 (97.27% from 255 or 90.84% from 273); Max value from RGB is 248 - color contains mainly: blue. Hex color #0316F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0316F8 is #FCE907. Grayscale: #292929. Windows color (decimal): -16574728 or 16258563. OLE color: 16258563.
HSL color Cylindrical-coordinate representation of color #0316F8: hue angle of 235.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0316F8 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 22 | 248 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.03 |
| HSL | 235.35º | 0.98% | 0.49% | - |
| HSV(B) | 235.35º | 0.99% | 0.97% | - |
| XYZ | 17.27 | 7.37 | 89.32 | - |
| YUV | 42.08 | 244.21 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 248 | 0.99 | 0.91 | 0 | 0.03 | 235.35 | 0.98 | 0.49 |
| Hex | 3 | 16 | F8 | 63 | 5B | 0 | 3 | EB | 62 | 31 |
| Octal | 3 | 26 | 370 | 143 | 133 | 0 | 3 | 353 | 142 | 61 |
| Binary | 11 | 10110 | 11111000 | 1100011 | 1011011 | 0 | 11 | 11101011 | 1100010 | 110001 |
Color Harmonies of #0316F8
Complementary color
Monochromatic Colors of #0316F8
Black with #0316F8
Text Example
Text Example
White with #0316F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0316F8; }
p { color: rgb(3,22,248); }
H1.HeaderClassName
{
color: #0316F8;
}
.AnyTagClassName
{
color: #0316F8;
}
</style>
background-color css
<style>
a { background-color: #0316F8; }
a { background-color: rgb(3,22,248); }
div.DivClassName
{
background-color: #0316F8;
}
.BgClassName
{
background-color: #0316F8;
}
</style>
border-color css
<style>
span { border-color: #0316F8; }
span { border-color: rgb(3,22,248); }
td.TdClassName
{
border-color: #0316F8;
}
.TagClassName
{
border-color: #0316F8;
}
</style>