Shades of Blue #0315F0
Tints of Blue #0315F0
RGB
CMYK
RGB Variations
Color information
#0315F0 (or 0x0315F0) is known color: Blue. HEX triplet: 03, 15 and F0. RGB value is (3,21,240). Sum of RGB (Red+Green+Blue) = 3+21+240=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 240 (94.14% from 255 or 90.91% from 264); Max value from RGB is 240 - color contains mainly: blue. Hex color #0315F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0315F0 is #FCEA0F. Grayscale: #272727. Windows color (decimal): -16574992 or 15734019. OLE color: 15734019.
HSL color Cylindrical-coordinate representation of color #0315F0: hue angle of 235.44º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0315F0 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 21 | 240 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.06 |
| HSL | 235.44º | 0.98% | 0.48% | - |
| HSV(B) | 235.44º | 0.99% | 0.94% | - |
| XYZ | 16.03 | 6.85 | 82.91 | - |
| YUV | 40.58 | 240.54 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 240 | 0.99 | 0.91 | 0 | 0.06 | 235.44 | 0.98 | 0.48 |
| Hex | 3 | 15 | F0 | 63 | 5B | 0 | 6 | EB | 62 | 30 |
| Octal | 3 | 25 | 360 | 143 | 133 | 0 | 6 | 353 | 142 | 60 |
| Binary | 11 | 10101 | 11110000 | 1100011 | 1011011 | 0 | 110 | 11101011 | 1100010 | 110000 |
Color Harmonies of #0315F0
Complementary color
Monochromatic Colors of #0315F0
Black with #0315F0
Text Example
Text Example
White with #0315F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0315F0; }
p { color: rgb(3,21,240); }
H1.HeaderClassName
{
color: #0315F0;
}
.AnyTagClassName
{
color: #0315F0;
}
</style>
background-color css
<style>
a { background-color: #0315F0; }
a { background-color: rgb(3,21,240); }
div.DivClassName
{
background-color: #0315F0;
}
.BgClassName
{
background-color: #0315F0;
}
</style>
border-color css
<style>
span { border-color: #0315F0; }
span { border-color: rgb(3,21,240); }
td.TdClassName
{
border-color: #0315F0;
}
.TagClassName
{
border-color: #0315F0;
}
</style>