Shades of Dodger Blue #0EA5F7
Tints of Dodger Blue #0EA5F7
RGB
CMYK
RGB Variations
Color information
#0EA5F7 (or 0x0EA5F7) is known color: Dodger Blue. HEX triplet: 0E, A5 and F7. RGB value is (14,165,247). Sum of RGB (Red+Green+Blue) = 14+165+247=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #0EA5F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EA5F7 is #F15A08. Grayscale: #808080. Windows color (decimal): -15817225 or 16229646. OLE color: 16229646.
HSL color Cylindrical-coordinate representation of color #0EA5F7: hue angle of 201.12º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA5F7 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 165 | 247 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.03 |
| HSL | 201.12º | 0.94% | 0.51% | - |
| HSV(B) | 201.12º | 0.94% | 0.97% | - |
| XYZ | 30.42 | 33.72 | 92.9 | - |
| YUV | 129.2 | 194.47 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 165 | 247 | 0.94 | 0.33 | 0 | 0.03 | 201.12 | 0.94 | 0.51 |
| Hex | E | A5 | F7 | 5E | 21 | 0 | 3 | C9 | 5E | 33 |
| Octal | 16 | 245 | 367 | 136 | 41 | 0 | 3 | 311 | 136 | 63 |
| Binary | 1110 | 10100101 | 11110111 | 1011110 | 100001 | 0 | 11 | 11001001 | 1011110 | 110011 |
Color Harmonies of #0EA5F7
Complementary color
Monochromatic Colors of #0EA5F7
Black with #0EA5F7
Text Example
Text Example
White with #0EA5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA5F7; }
p { color: rgb(14,165,247); }
H1.HeaderClassName
{
color: #0EA5F7;
}
.AnyTagClassName
{
color: #0EA5F7;
}
</style>
background-color css
<style>
a { background-color: #0EA5F7; }
a { background-color: rgb(14,165,247); }
div.DivClassName
{
background-color: #0EA5F7;
}
.BgClassName
{
background-color: #0EA5F7;
}
</style>
border-color css
<style>
span { border-color: #0EA5F7; }
span { border-color: rgb(14,165,247); }
td.TdClassName
{
border-color: #0EA5F7;
}
.TagClassName
{
border-color: #0EA5F7;
}
</style>