Shades of Dodger Blue #0E80FC
Tints of Dodger Blue #0E80FC
RGB
CMYK
RGB Variations
Color information
#0E80FC (or 0x0E80FC) is known color: Dodger Blue. HEX triplet: 0E, 80 and FC. RGB value is (14,128,252). Sum of RGB (Red+Green+Blue) = 14+128+252=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E80FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E80FC is #F17F03. Grayscale: #6B6B6B. Windows color (decimal): -15826692 or 16547854. OLE color: 16547854.
HSL color Cylindrical-coordinate representation of color #0E80FC: hue angle of 211.26º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E80FC is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 128 | 252 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.01 |
| HSL | 211.26º | 0.98% | 0.52% | - |
| HSV(B) | 211.26º | 0.94% | 0.99% | - |
| XYZ | 25.47 | 22.56 | 95.11 | - |
| YUV | 108.05 | 209.23 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 252 | 0.94 | 0.49 | 0 | 0.01 | 211.26 | 0.98 | 0.52 |
| Hex | E | 80 | FC | 5E | 31 | 0 | 1 | D3 | 62 | 34 |
| Octal | 16 | 200 | 374 | 136 | 61 | 0 | 1 | 323 | 142 | 64 |
| Binary | 1110 | 10000000 | 11111100 | 1011110 | 110001 | 0 | 1 | 11010011 | 1100010 | 110100 |
Color Harmonies of #0E80FC
Complementary color
Monochromatic Colors of #0E80FC
Black with #0E80FC
Text Example
Text Example
White with #0E80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E80FC; }
p { color: rgb(14,128,252); }
H1.HeaderClassName
{
color: #0E80FC;
}
.AnyTagClassName
{
color: #0E80FC;
}
</style>
background-color css
<style>
a { background-color: #0E80FC; }
a { background-color: rgb(14,128,252); }
div.DivClassName
{
background-color: #0E80FC;
}
.BgClassName
{
background-color: #0E80FC;
}
</style>
border-color css
<style>
span { border-color: #0E80FC; }
span { border-color: rgb(14,128,252); }
td.TdClassName
{
border-color: #0E80FC;
}
.TagClassName
{
border-color: #0E80FC;
}
</style>