Html Css Color HEX #138EDE Dodger Blue

📋 copy color: '#138EDE'

red 19 ◦ green 142 ◦ blue 222

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

Shades of Dodger Blue #138EDE

Tints of Dodger Blue #138EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

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

R = 4.96%
G = 37.08%
B = 57.96%

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

#138EDE (or 0x138EDE) is known color: Dodger Blue. HEX triplet: 13, 8E and DE. RGB value is (19,142,222). Sum of RGB (Red+Green+Blue) = 19+142+222=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #138EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EDE is #EC7121. Grayscale: #717171. Windows color (decimal): -15495458 or 14585363. OLE color: 14585363.

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

Color convert

RGB 19 142 222 -
CMYK 0.91 0.36 0 0.13
HSL 203.65º 0.84% 0.47% -
HSV(B) 203.65º 0.91% 0.87% -
XYZ 23.13 24.76 72.67 -
YUV 114.34 188.75 60 -
System Red Green Blue C M Y K H S L
Decimal 19 142 222 0.91 0.36 0 0.13 203.65 0.84 0.47
Hex 13 8E DE 5B 24 0 D CC 54 2F
Octal 23 216 336 133 44 0 15 314 124 57
Binary 10011 10001110 11011110 1011011 100100 0 1101 11001100 1010100 101111

Color Harmonies of #138EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EDE

Black with #138EDE

Text Example


Text Example

White with #138EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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