Html Css Color HEX #138ADC Dodger Blue

📋 copy color: '#138ADC'

red 19 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #138ADC

Tints of Dodger Blue #138ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

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

R = 5.04%
G = 36.6%
B = 58.36%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#138ADC (or 0x138ADC) is known color: Dodger Blue. HEX triplet: 13, 8A and DC. RGB value is (19,138,220). Sum of RGB (Red+Green+Blue) = 19+138+220=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #138ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ADC is #EC7523. Grayscale: #6F6F6F. Windows color (decimal): -15496484 or 14453267. OLE color: 14453267.

HSL color Cylindrical-coordinate representation of color #138ADC: hue angle of 204.48º 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 #138ADC is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 138 220 -
CMYK 0.91 0.37 0 0.14
HSL 204.48º 0.84% 0.47% -
HSV(B) 204.48º 0.91% 0.86% -
XYZ 22.28 23.48 71.07 -
YUV 111.77 189.08 61.83 -
System Red Green Blue C M Y K H S L
Decimal 19 138 220 0.91 0.37 0 0.14 204.48 0.84 0.47
Hex 13 8A DC 5B 25 0 E CC 54 2F
Octal 23 212 334 133 45 0 16 314 124 57
Binary 10011 10001010 11011100 1011011 100101 0 1110 11001100 1010100 101111

Color Harmonies of #138ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ADC

Black with #138ADC

Text Example


Text Example

White with #138ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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