Html Css Color HEX #138DDD Dodger Blue

📋 copy color: '#138DDD'

red 19 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #138DDD

Tints of Dodger Blue #138DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 4.99%
G = 37.01%
B = 58.01%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#138DDD (or 0x138DDD) is known color: Dodger Blue. HEX triplet: 13, 8D and DD. RGB value is (19,141,221). Sum of RGB (Red+Green+Blue) = 19+141+221=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #138DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DDD is #EC7222. Grayscale: #717171. Windows color (decimal): -15495715 or 14519571. OLE color: 14519571.

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

Color convert

RGB 19 141 221 -
CMYK 0.91 0.36 0 0.13
HSL 203.76º 0.84% 0.47% -
HSV(B) 203.76º 0.91% 0.87% -
XYZ 22.84 24.41 71.91 -
YUV 113.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 19 141 221 0.91 0.36 0 0.13 203.76 0.84 0.47
Hex 13 8D DD 5B 24 0 D CC 54 2F
Octal 23 215 335 133 44 0 15 314 124 57
Binary 10011 10001101 11011101 1011011 100100 0 1101 11001100 1010100 101111

Color Harmonies of #138DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DDD

Black with #138DDD

Text Example


Text Example

White with #138DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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