Shades of Dodger Blue #0E85FA
Tints of Dodger Blue #0E85FA
RGB
CMYK
RGB Variations
Color information
#0E85FA (or 0x0E85FA) is known color: Dodger Blue. HEX triplet: 0E, 85 and FA. RGB value is (14,133,250). Sum of RGB (Red+Green+Blue) = 14+133+250=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E85FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E85FA is #F17A05. Grayscale: #6E6E6E. Windows color (decimal): -15825414 or 16418062. OLE color: 16418062.
HSL color Cylindrical-coordinate representation of color #0E85FA: hue angle of 209.75º 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 #0E85FA is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 133 | 250 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.02 |
| HSL | 209.75º | 0.96% | 0.52% | - |
| HSV(B) | 209.75º | 0.94% | 0.98% | - |
| XYZ | 25.82 | 23.77 | 93.67 | - |
| YUV | 110.76 | 206.58 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 133 | 250 | 0.94 | 0.47 | 0 | 0.02 | 209.75 | 0.96 | 0.52 |
| Hex | E | 85 | FA | 5E | 2F | 0 | 2 | D2 | 60 | 34 |
| Octal | 16 | 205 | 372 | 136 | 57 | 0 | 2 | 322 | 140 | 64 |
| Binary | 1110 | 10000101 | 11111010 | 1011110 | 101111 | 0 | 10 | 11010010 | 1100000 | 110100 |
Color Harmonies of #0E85FA
Complementary color
Monochromatic Colors of #0E85FA
Black with #0E85FA
Text Example
Text Example
White with #0E85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E85FA; }
p { color: rgb(14,133,250); }
H1.HeaderClassName
{
color: #0E85FA;
}
.AnyTagClassName
{
color: #0E85FA;
}
</style>
background-color css
<style>
a { background-color: #0E85FA; }
a { background-color: rgb(14,133,250); }
div.DivClassName
{
background-color: #0E85FA;
}
.BgClassName
{
background-color: #0E85FA;
}
</style>
border-color css
<style>
span { border-color: #0E85FA; }
span { border-color: rgb(14,133,250); }
td.TdClassName
{
border-color: #0E85FA;
}
.TagClassName
{
border-color: #0E85FA;
}
</style>