Html Css Color HEX #0E9EEA Dodger Blue

📋 copy color: '#0E9EEA'

red 14 ◦ green 158 ◦ blue 234

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

Shades of Dodger Blue #0E9EEA

Tints of Dodger Blue #0E9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.92%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 3.45%
G = 38.92%
B = 57.64%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E9EEA (or 0x0E9EEA) is known color: Dodger Blue. HEX triplet: 0E, 9E and EA. RGB value is (14,158,234). Sum of RGB (Red+Green+Blue) = 14+158+234=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E9EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E9EEA is #F16115. Grayscale: #7B7B7B. Windows color (decimal): -15819030 or 15375886. OLE color: 15375886.

HSL color Cylindrical-coordinate representation of color #0E9EEA: hue angle of 200.73º 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 #0E9EEA is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 158 234 -
CMYK 0.94 0.32 0 0.08
HSL 200.73º 0.89% 0.49% -
HSV(B) 200.73º 0.94% 0.92% -
XYZ 27.26 30.49 82.29 -
YUV 123.61 190.29 49.82 -
System Red Green Blue C M Y K H S L
Decimal 14 158 234 0.94 0.32 0 0.08 200.73 0.89 0.49
Hex E 9E EA 5E 20 0 8 C9 59 31
Octal 16 236 352 136 40 0 10 311 131 61
Binary 1110 10011110 11101010 1011110 100000 0 1000 11001001 1011001 110001

Color Harmonies of #0E9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9EEA

Black with #0E9EEA

Text Example


Text Example

White with #0E9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,158,234); }

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

background-color css

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

 a { background-color: rgb(14,158,234); }

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

border-color css

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

 span { border-color: rgb(14,158,234); }

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