Shades of Blue #0314EC
Tints of Blue #0314EC
RGB
CMYK
RGB Variations
Color information
#0314EC (or 0x0314EC) is known color: Blue. HEX triplet: 03, 14 and EC. RGB value is (3,20,236). Sum of RGB (Red+Green+Blue) = 3+20+236=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 236 (92.58% from 255 or 91.12% from 259); Max value from RGB is 236 - color contains mainly: blue. Hex color #0314EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0314EC is #FCEB13. Grayscale: #262626. Windows color (decimal): -16575252 or 15471619. OLE color: 15471619.
HSL color Cylindrical-coordinate representation of color #0314EC: hue angle of 235.62º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0314EC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 20 | 236 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.07 |
| HSL | 235.62º | 0.97% | 0.47% | - |
| HSV(B) | 235.62º | 0.99% | 0.93% | - |
| XYZ | 15.43 | 6.58 | 79.81 | - |
| YUV | 39.54 | 238.87 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 236 | 0.99 | 0.92 | 0 | 0.07 | 235.62 | 0.97 | 0.47 |
| Hex | 3 | 14 | EC | 63 | 5C | 0 | 7 | EC | 61 | 2F |
| Octal | 3 | 24 | 354 | 143 | 134 | 0 | 7 | 354 | 141 | 57 |
| Binary | 11 | 10100 | 11101100 | 1100011 | 1011100 | 0 | 111 | 11101100 | 1100001 | 101111 |
Color Harmonies of #0314EC
Complementary color
Monochromatic Colors of #0314EC
Black with #0314EC
Text Example
Text Example
White with #0314EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0314EC; }
p { color: rgb(3,20,236); }
H1.HeaderClassName
{
color: #0314EC;
}
.AnyTagClassName
{
color: #0314EC;
}
</style>
background-color css
<style>
a { background-color: #0314EC; }
a { background-color: rgb(3,20,236); }
div.DivClassName
{
background-color: #0314EC;
}
.BgClassName
{
background-color: #0314EC;
}
</style>
border-color css
<style>
span { border-color: #0314EC; }
span { border-color: rgb(3,20,236); }
td.TdClassName
{
border-color: #0314EC;
}
.TagClassName
{
border-color: #0314EC;
}
</style>