Shades of Blue #0314EB
Tints of Blue #0314EB
RGB
CMYK
RGB Variations
Color information
#0314EB (or 0x0314EB) is known color: Blue. HEX triplet: 03, 14 and EB. RGB value is (3,20,235). Sum of RGB (Red+Green+Blue) = 3+20+235=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 235 (92.19% from 255 or 91.09% from 258); Max value from RGB is 235 - color contains mainly: blue. Hex color #0314EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0314EB is #FCEB14. Grayscale: #262626. Windows color (decimal): -16575253 or 15406083. OLE color: 15406083.
HSL color Cylindrical-coordinate representation of color #0314EB: hue angle of 235.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0314EB is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 20 | 235 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.08 |
| HSL | 235.6º | 0.97% | 0.47% | - |
| HSV(B) | 235.6º | 0.99% | 0.92% | - |
| XYZ | 15.28 | 6.52 | 79.05 | - |
| YUV | 39.43 | 238.37 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 235 | 0.99 | 0.91 | 0 | 0.08 | 235.6 | 0.97 | 0.47 |
| Hex | 3 | 14 | EB | 63 | 5B | 0 | 8 | EC | 61 | 2F |
| Octal | 3 | 24 | 353 | 143 | 133 | 0 | 10 | 354 | 141 | 57 |
| Binary | 11 | 10100 | 11101011 | 1100011 | 1011011 | 0 | 1000 | 11101100 | 1100001 | 101111 |
Color Harmonies of #0314EB
Complementary color
Monochromatic Colors of #0314EB
Black with #0314EB
Text Example
Text Example
White with #0314EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0314EB; }
p { color: rgb(3,20,235); }
H1.HeaderClassName
{
color: #0314EB;
}
.AnyTagClassName
{
color: #0314EB;
}
</style>
background-color css
<style>
a { background-color: #0314EB; }
a { background-color: rgb(3,20,235); }
div.DivClassName
{
background-color: #0314EB;
}
.BgClassName
{
background-color: #0314EB;
}
</style>
border-color css
<style>
span { border-color: #0314EB; }
span { border-color: rgb(3,20,235); }
td.TdClassName
{
border-color: #0314EB;
}
.TagClassName
{
border-color: #0314EB;
}
</style>