Html Css Color HEX #138DEC Dodger Blue

📋 copy color: '#138DEC'

red 19 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #138DEC

Tints of Dodger Blue #138DEC

RGB

 RED value IS 19 (7.81% from 255) = 4.8%

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 236 (92.58% from 255) = 59.6%

R = 4.8%
G = 35.61%
B = 59.6%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#138DEC (or 0x138DEC) is known color: Dodger Blue. HEX triplet: 13, 8D and EC. RGB value is (19,141,236). Sum of RGB (Red+Green+Blue) = 19+141+236=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #138DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138DEC is #EC7213. Grayscale: #727272. Windows color (decimal): -15495700 or 15502611. OLE color: 15502611.

HSL color Cylindrical-coordinate representation of color #138DEC: hue angle of 206.27º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138DEC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 141 236 -
CMYK 0.92 0.40 0 0.07
HSL 206.27º 0.85% 0.5% -
HSV(B) 206.27º 0.92% 0.93% -
XYZ 24.93 25.24 82.92 -
YUV 115.35 196.08 59.28 -
System Red Green Blue C M Y K H S L
Decimal 19 141 236 0.92 0.40 0 0.07 206.27 0.85 0.5
Hex 13 8D EC 5C 28 0 7 CE 55 32
Octal 23 215 354 134 50 0 7 316 125 62
Binary 10011 10001101 11101100 1011100 101000 0 111 11001110 1010101 110010

Color Harmonies of #138DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DEC

Black with #138DEC

Text Example


Text Example

White with #138DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138DEC; }

 p { color: rgb(19,141,236); }

 H1.HeaderClassName
 {
   color: #138DEC;
 }
 .AnyTagClassName
 {
   color: #138DEC;
 }
</style>

background-color css

<style>
 a { background-color: #138DEC; }

 a { background-color: rgb(19,141,236); }

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

border-color css

<style>
 span { border-color: #138DEC; }

 span { border-color: rgb(19,141,236); }

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