Html Css Color HEX #0E8CEF Dodger Blue

📋 copy color: '#0E8CEF'

red 14 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #0E8CEF

Tints of Dodger Blue #0E8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 3.56%
G = 35.62%
B = 60.81%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0E8CEF (or 0x0E8CEF) is known color: Dodger Blue. HEX triplet: 0E, 8C and EF. RGB value is (14,140,239). Sum of RGB (Red+Green+Blue) = 14+140+239=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E8CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8CEF is #F17310. Grayscale: #717171. Windows color (decimal): -15823633 or 15698958. OLE color: 15698958.

HSL color Cylindrical-coordinate representation of color #0E8CEF: hue angle of 206.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8CEF is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 140 239 -
CMYK 0.94 0.41 0 0.06
HSL 206.4º 0.89% 0.5% -
HSV(B) 206.4º 0.94% 0.94% -
XYZ 25.14 25.08 85.18 -
YUV 113.61 198.76 56.95 -
System Red Green Blue C M Y K H S L
Decimal 14 140 239 0.94 0.41 0 0.06 206.4 0.89 0.5
Hex E 8C EF 5E 29 0 6 CE 59 32
Octal 16 214 357 136 51 0 6 316 131 62
Binary 1110 10001100 11101111 1011110 101001 0 110 11001110 1011001 110010

Color Harmonies of #0E8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8CEF

Black with #0E8CEF

Text Example


Text Example

White with #0E8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,140,239); }

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

background-color css

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

 a { background-color: rgb(14,140,239); }

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

border-color css

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

 span { border-color: rgb(14,140,239); }

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