Html Css Color HEX #0E81EB Dodger Blue

📋 copy color: '#0E81EB'

red 14 ◦ green 129 ◦ blue 235

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

Shades of Dodger Blue #0E81EB

Tints of Dodger Blue #0E81EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 3.7%
G = 34.13%
B = 62.17%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E81EB (or 0x0E81EB) is known color: Dodger Blue. HEX triplet: 0E, 81 and EB. RGB value is (14,129,235). Sum of RGB (Red+Green+Blue) = 14+129+235=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E81EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E81EB is #F17E14. Grayscale: #6A6A6A. Windows color (decimal): -15826453 or 15433998. OLE color: 15433998.

HSL color Cylindrical-coordinate representation of color #0E81EB: hue angle of 208.78º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E81EB is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 129 235 -
CMYK 0.94 0.45 0 0.08
HSL 208.78º 0.89% 0.49% -
HSV(B) 208.78º 0.94% 0.92% -
XYZ 23.03 21.79 81.59 -
YUV 106.7 200.4 61.88 -
System Red Green Blue C M Y K H S L
Decimal 14 129 235 0.94 0.45 0 0.08 208.78 0.89 0.49
Hex E 81 EB 5E 2D 0 8 D1 59 31
Octal 16 201 353 136 55 0 10 321 131 61
Binary 1110 10000001 11101011 1011110 101101 0 1000 11010001 1011001 110001

Color Harmonies of #0E81EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E81EB

Black with #0E81EB

Text Example


Text Example

White with #0E81EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,129,235); }

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

background-color css

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

 a { background-color: rgb(14,129,235); }

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

border-color css

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

 span { border-color: rgb(14,129,235); }

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