Html Css Color HEX #0E7CEB Dodger Blue

📋 copy color: '#0E7CEB'

red 14 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #0E7CEB

Tints of Dodger Blue #0E7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 3.75%
G = 33.24%
B = 63%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E7CEB (or 0x0E7CEB) is known color: Dodger Blue. HEX triplet: 0E, 7C and EB. RGB value is (14,124,235). Sum of RGB (Red+Green+Blue) = 14+124+235=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E7CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7CEB is #F18314. Grayscale: #676767. Windows color (decimal): -15827733 or 15432718. OLE color: 15432718.

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

Color convert

RGB 14 124 235 -
CMYK 0.94 0.47 0 0.08
HSL 210.14º 0.89% 0.49% -
HSV(B) 210.14º 0.94% 0.92% -
XYZ 22.38 20.51 81.38 -
YUV 103.76 202.06 63.97 -
System Red Green Blue C M Y K H S L
Decimal 14 124 235 0.94 0.47 0 0.08 210.14 0.89 0.49
Hex E 7C EB 5E 2F 0 8 D2 59 31
Octal 16 174 353 136 57 0 10 322 131 61
Binary 1110 1111100 11101011 1011110 101111 0 1000 11010010 1011001 110001

Color Harmonies of #0E7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7CEB

Black with #0E7CEB

Text Example


Text Example

White with #0E7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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