#0E86DE

Color #0E86DE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0E86DE

Tints of Dodger Blue #0E86DE

Color information

#0E86DE (or 0x0E86DE) is unknown color: approx Dodger Blue. HEX triplet: 0E, 86 and DE. RGB value is (14,134,222). Sum of RGB (Red+Green+Blue) = 14+134+222=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E86DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E86DE is #F17921. Grayscale: #6B6B6B. Windows color (decimal): -15825186 or 14583310. OLE color: 14583310.

HSL color Cylindrical-coordinate representation of color #0E86DE: hue angle of 205.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E86DE is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14134222-
CMYK0.940.4000.13
HSL205.38º88.14%46.27%-
HSV(B)205.38º93.69%87.06%-
XYZ21.8922.4272.28-
YUV108.15192.2460.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 3.78%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 222 (87.11% from 255) = 60%
R=3.78%
G=36.22%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141342220.940.4000.13205.3888.1446.27
HexE86DE5E280Dcd582e
Octal162063361365001531513056
Binary11101000011011011110101111010100001101110011011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E86DE; }

 p { color: rgb(14,134,222); }

 H1.HeaderClassName
 {
   color: #0E86DE;
 }
 .AnyTagClassName
 {
   color: #0E86DE;
 }
</style>
background-color css

<style>
 a { background-color: #0E86DE; }

 a { background-color: rgb(14,134,222); }

 div.DivClassName
 {
   background-color: #0E86DE;
 }
 .BgClassName
 {
   background-color: #0E86DE;
 }
</style>
border-color css

<style>
 span { border-color: #0E86DE; }

 span { border-color: rgb(14,134,222); }

 td.TdClassName
 {
   border-color: #0E86DE;
 }
 .TagClassName
 {
   border-color: #0E86DE;
 }
</style>