Shades of Dodger Blue #0E81FB
Tints of Dodger Blue #0E81FB
RGB
CMYK
RGB Variations
Color information
#0E81FB (or 0x0E81FB) is known color: Dodger Blue. HEX triplet: 0E, 81 and FB. RGB value is (14,129,251). Sum of RGB (Red+Green+Blue) = 14+129+251=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E81FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E81FB is #F17E04. Grayscale: #6B6B6B. Windows color (decimal): -15826437 or 16482574. OLE color: 16482574.
HSL color Cylindrical-coordinate representation of color #0E81FB: hue angle of 210.89º degrees, saturation: 0.97, 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 #0E81FB is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 129 | 251 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.02 |
| HSL | 210.89º | 0.97% | 0.52% | - |
| HSV(B) | 210.89º | 0.94% | 0.98% | - |
| XYZ | 25.44 | 22.76 | 94.32 | - |
| YUV | 108.52 | 208.4 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 251 | 0.94 | 0.49 | 0 | 0.02 | 210.89 | 0.97 | 0.52 |
| Hex | E | 81 | FB | 5E | 31 | 0 | 2 | D3 | 61 | 34 |
| Octal | 16 | 201 | 373 | 136 | 61 | 0 | 2 | 323 | 141 | 64 |
| Binary | 1110 | 10000001 | 11111011 | 1011110 | 110001 | 0 | 10 | 11010011 | 1100001 | 110100 |
Color Harmonies of #0E81FB
Complementary color
Monochromatic Colors of #0E81FB
Black with #0E81FB
Text Example
Text Example
White with #0E81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E81FB; }
p { color: rgb(14,129,251); }
H1.HeaderClassName
{
color: #0E81FB;
}
.AnyTagClassName
{
color: #0E81FB;
}
</style>
background-color css
<style>
a { background-color: #0E81FB; }
a { background-color: rgb(14,129,251); }
div.DivClassName
{
background-color: #0E81FB;
}
.BgClassName
{
background-color: #0E81FB;
}
</style>
border-color css
<style>
span { border-color: #0E81FB; }
span { border-color: rgb(14,129,251); }
td.TdClassName
{
border-color: #0E81FB;
}
.TagClassName
{
border-color: #0E81FB;
}
</style>