Html Css Color HEX #0E8BEF Dodger Blue

📋 copy color: '#0E8BEF'

red 14 ◦ green 139 ◦ blue 239

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

Shades of Dodger Blue #0E8BEF

Tints of Dodger Blue #0E8BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.46%

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

R = 3.57%
G = 35.46%
B = 60.97%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0E8BEF (or 0x0E8BEF) is known color: Dodger Blue. HEX triplet: 0E, 8B and EF. RGB value is (14,139,239). Sum of RGB (Red+Green+Blue) = 14+139+239=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E8BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8BEF is #F17410. Grayscale: #707070. Windows color (decimal): -15823889 or 15698702. OLE color: 15698702.

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

Color convert

RGB 14 139 239 -
CMYK 0.94 0.42 0 0.06
HSL 206.67º 0.89% 0.5% -
HSV(B) 206.67º 0.94% 0.94% -
XYZ 24.99 24.79 85.13 -
YUV 113.03 199.09 57.37 -
System Red Green Blue C M Y K H S L
Decimal 14 139 239 0.94 0.42 0 0.06 206.67 0.89 0.5
Hex E 8B EF 5E 2A 0 6 CF 59 32
Octal 16 213 357 136 52 0 6 317 131 62
Binary 1110 10001011 11101111 1011110 101010 0 110 11001111 1011001 110010

Color Harmonies of #0E8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8BEF

Black with #0E8BEF

Text Example


Text Example

White with #0E8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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