Html Css Color HEX #0E86E0 Dodger Blue

📋 copy color: '#0E86E0'

red 14 ◦ green 134 ◦ blue 224

#0E86E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0E86E0

Tints of Dodger Blue #0E86E0

RGB

 RED value IS 14 (5.86% from 255) = 3.76%

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 224 (87.89% from 255) = 60.22%

R = 3.76%
G = 36.02%
B = 60.22%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0E86E0 (or 0x0E86E0) is known color: Dodger Blue. HEX triplet: 0E, 86 and E0. RGB value is (14,134,224). Sum of RGB (Red+Green+Blue) = 14+134+224=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E86E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E86E0 is #F1791F. Grayscale: #6B6B6B. Windows color (decimal): -15825184 or 14714382. OLE color: 14714382.

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

Color convert

RGB 14 134 224 -
CMYK 0.94 0.40 0 0.12
HSL 205.71º 0.88% 0.47% -
HSV(B) 205.71º 0.94% 0.88% -
XYZ 22.16 22.53 73.7 -
YUV 108.38 193.24 60.68 -
System Red Green Blue C M Y K H S L
Decimal 14 134 224 0.94 0.40 0 0.12 205.71 0.88 0.47
Hex E 86 E0 5E 28 0 C CE 58 2F
Octal 16 206 340 136 50 0 14 316 130 57
Binary 1110 10000110 11100000 1011110 101000 0 1100 11001110 1011000 101111

Color Harmonies of #0E86E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E86E0

Black with #0E86E0

Text Example


Text Example

White with #0E86E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E86E0;
 }
 .AnyTagClassName
 {
   color: #0E86E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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