Shades of Dodger Blue #0E72FA
Tints of Dodger Blue #0E72FA
RGB
CMYK
RGB Variations
Color information
#0E72FA (or 0x0E72FA) is known color: Dodger Blue. HEX triplet: 0E, 72 and FA. RGB value is (14,114,250). Sum of RGB (Red+Green+Blue) = 14+114+250=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E72FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E72FA is #F18D05. Grayscale: #626262. Windows color (decimal): -15830278 or 16413198. OLE color: 16413198.
HSL color Cylindrical-coordinate representation of color #0E72FA: hue angle of 214.58º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E72FA is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 114 | 250 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.02 |
| HSL | 214.58º | 0.96% | 0.52% | - |
| HSV(B) | 214.58º | 0.94% | 0.98% | - |
| XYZ | 23.45 | 19.03 | 92.88 | - |
| YUV | 99.6 | 212.87 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 250 | 0.94 | 0.54 | 0 | 0.02 | 214.58 | 0.96 | 0.52 |
| Hex | E | 72 | FA | 5E | 36 | 0 | 2 | D7 | 60 | 34 |
| Octal | 16 | 162 | 372 | 136 | 66 | 0 | 2 | 327 | 140 | 64 |
| Binary | 1110 | 1110010 | 11111010 | 1011110 | 110110 | 0 | 10 | 11010111 | 1100000 | 110100 |
Color Harmonies of #0E72FA
Complementary color
Monochromatic Colors of #0E72FA
Black with #0E72FA
Text Example
Text Example
White with #0E72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E72FA; }
p { color: rgb(14,114,250); }
H1.HeaderClassName
{
color: #0E72FA;
}
.AnyTagClassName
{
color: #0E72FA;
}
</style>
background-color css
<style>
a { background-color: #0E72FA; }
a { background-color: rgb(14,114,250); }
div.DivClassName
{
background-color: #0E72FA;
}
.BgClassName
{
background-color: #0E72FA;
}
</style>
border-color css
<style>
span { border-color: #0E72FA; }
span { border-color: rgb(14,114,250); }
td.TdClassName
{
border-color: #0E72FA;
}
.TagClassName
{
border-color: #0E72FA;
}
</style>