Html Css Color HEX #138DDC Dodger Blue

📋 copy color: '#138DDC'

red 19 ◦ green 141 ◦ blue 220

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

Shades of Dodger Blue #138DDC

Tints of Dodger Blue #138DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 5%
G = 37.11%
B = 57.89%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#138DDC (or 0x138DDC) is known color: Dodger Blue. HEX triplet: 13, 8D and DC. RGB value is (19,141,220). Sum of RGB (Red+Green+Blue) = 19+141+220=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #138DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DDC is #EC7223. Grayscale: #717171. Windows color (decimal): -15495716 or 14454035. OLE color: 14454035.

HSL color Cylindrical-coordinate representation of color #138DDC: hue angle of 203.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138DDC is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 141 220 -
CMYK 0.91 0.36 0 0.14
HSL 203.58º 0.84% 0.47% -
HSV(B) 203.58º 0.91% 0.86% -
XYZ 22.71 24.36 71.21 -
YUV 113.53 188.08 60.58 -
System Red Green Blue C M Y K H S L
Decimal 19 141 220 0.91 0.36 0 0.14 203.58 0.84 0.47
Hex 13 8D DC 5B 24 0 E CC 54 2F
Octal 23 215 334 133 44 0 16 314 124 57
Binary 10011 10001101 11011100 1011011 100100 0 1110 11001100 1010100 101111

Color Harmonies of #138DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DDC

Black with #138DDC

Text Example


Text Example

White with #138DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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