Shades of Dodger Blue #0E8AF8
Tints of Dodger Blue #0E8AF8
RGB
CMYK
RGB Variations
Color information
#0E8AF8 (or 0x0E8AF8) is known color: Dodger Blue. HEX triplet: 0E, 8A and F8. RGB value is (14,138,248). Sum of RGB (Red+Green+Blue) = 14+138+248=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 248 (97.27% from 255 or 62% from 400); Max value from RGB is 248 - color contains mainly: blue. Hex color #0E8AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8AF8 is #F17507. Grayscale: #707070. Windows color (decimal): -15824136 or 16288270. OLE color: 16288270.
HSL color Cylindrical-coordinate representation of color #0E8AF8: hue angle of 208.21º 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 #0E8AF8 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 138 | 248 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.03 |
| HSL | 208.21º | 0.94% | 0.51% | - |
| HSV(B) | 208.21º | 0.94% | 0.97% | - |
| XYZ | 26.21 | 25.05 | 92.26 | - |
| YUV | 113.46 | 203.92 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 248 | 0.94 | 0.44 | 0 | 0.03 | 208.21 | 0.94 | 0.51 |
| Hex | E | 8A | F8 | 5E | 2C | 0 | 3 | D0 | 5E | 33 |
| Octal | 16 | 212 | 370 | 136 | 54 | 0 | 3 | 320 | 136 | 63 |
| Binary | 1110 | 10001010 | 11111000 | 1011110 | 101100 | 0 | 11 | 11010000 | 1011110 | 110011 |
Color Harmonies of #0E8AF8
Complementary color
Monochromatic Colors of #0E8AF8
Black with #0E8AF8
Text Example
Text Example
White with #0E8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8AF8; }
p { color: rgb(14,138,248); }
H1.HeaderClassName
{
color: #0E8AF8;
}
.AnyTagClassName
{
color: #0E8AF8;
}
</style>
background-color css
<style>
a { background-color: #0E8AF8; }
a { background-color: rgb(14,138,248); }
div.DivClassName
{
background-color: #0E8AF8;
}
.BgClassName
{
background-color: #0E8AF8;
}
</style>
border-color css
<style>
span { border-color: #0E8AF8; }
span { border-color: rgb(14,138,248); }
td.TdClassName
{
border-color: #0E8AF8;
}
.TagClassName
{
border-color: #0E8AF8;
}
</style>