Shades of Blue #0314EA
Tints of Blue #0314EA
RGB
CMYK
RGB Variations
Color information
#0314EA (or 0x0314EA) is known color: Blue. HEX triplet: 03, 14 and EA. RGB value is (3,20,234). Sum of RGB (Red+Green+Blue) = 3+20+234=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 234 (91.80% from 255 or 91.05% from 257); Max value from RGB is 234 - color contains mainly: blue. Hex color #0314EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0314EA is #FCEB15. Grayscale: #262626. Windows color (decimal): -16575254 or 15340547. OLE color: 15340547.
HSL color Cylindrical-coordinate representation of color #0314EA: hue angle of 235.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0314EA is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 20 | 234 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.08 |
| HSL | 235.58º | 0.97% | 0.46% | - |
| HSV(B) | 235.58º | 0.99% | 0.92% | - |
| XYZ | 15.14 | 6.46 | 78.29 | - |
| YUV | 39.31 | 237.87 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 234 | 0.99 | 0.91 | 0 | 0.08 | 235.58 | 0.97 | 0.46 |
| Hex | 3 | 14 | EA | 63 | 5B | 0 | 8 | EC | 61 | 2E |
| Octal | 3 | 24 | 352 | 143 | 133 | 0 | 10 | 354 | 141 | 56 |
| Binary | 11 | 10100 | 11101010 | 1100011 | 1011011 | 0 | 1000 | 11101100 | 1100001 | 101110 |
Color Harmonies of #0314EA
Complementary color
Monochromatic Colors of #0314EA
Black with #0314EA
Text Example
Text Example
White with #0314EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0314EA; }
p { color: rgb(3,20,234); }
H1.HeaderClassName
{
color: #0314EA;
}
.AnyTagClassName
{
color: #0314EA;
}
</style>
background-color css
<style>
a { background-color: #0314EA; }
a { background-color: rgb(3,20,234); }
div.DivClassName
{
background-color: #0314EA;
}
.BgClassName
{
background-color: #0314EA;
}
</style>
border-color css
<style>
span { border-color: #0314EA; }
span { border-color: rgb(3,20,234); }
td.TdClassName
{
border-color: #0314EA;
}
.TagClassName
{
border-color: #0314EA;
}
</style>