Html Css Color HEX #138ADE Dodger Blue

📋 copy color: '#138ADE'

red 19 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #138ADE

Tints of Dodger Blue #138ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 5.01%
G = 36.41%
B = 58.58%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#138ADE (or 0x138ADE) is known color: Dodger Blue. HEX triplet: 13, 8A and DE. RGB value is (19,138,222). Sum of RGB (Red+Green+Blue) = 19+138+222=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #138ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ADE is #EC7521. Grayscale: #6F6F6F. Windows color (decimal): -15496482 or 14584339. OLE color: 14584339.

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

Color convert

RGB 19 138 222 -
CMYK 0.91 0.38 0 0.13
HSL 204.83º 0.84% 0.47% -
HSV(B) 204.83º 0.91% 0.87% -
XYZ 22.54 23.59 72.47 -
YUV 112 190.08 61.67 -
System Red Green Blue C M Y K H S L
Decimal 19 138 222 0.91 0.38 0 0.13 204.83 0.84 0.47
Hex 13 8A DE 5B 26 0 D CD 54 2F
Octal 23 212 336 133 46 0 15 315 124 57
Binary 10011 10001010 11011110 1011011 100110 0 1101 11001101 1010100 101111

Color Harmonies of #138ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ADE

Black with #138ADE

Text Example


Text Example

White with #138ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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