Html Css Color HEX #138EDD Dodger Blue

📋 copy color: '#138EDD'

red 19 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #138EDD

Tints of Dodger Blue #138EDD

RGB

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

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

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

R = 4.97%
G = 37.17%
B = 57.85%

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

#138EDD (or 0x138EDD) is known color: Dodger Blue. HEX triplet: 13, 8E and DD. RGB value is (19,142,221). Sum of RGB (Red+Green+Blue) = 19+142+221=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #138EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EDD is #EC7122. Grayscale: #717171. Windows color (decimal): -15495459 or 14519827. OLE color: 14519827.

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

Color convert

RGB 19 142 221 -
CMYK 0.91 0.36 0 0.13
HSL 203.47º 0.84% 0.47% -
HSV(B) 203.47º 0.91% 0.87% -
XYZ 22.99 24.7 71.96 -
YUV 114.23 188.25 60.08 -
System Red Green Blue C M Y K H S L
Decimal 19 142 221 0.91 0.36 0 0.13 203.47 0.84 0.47
Hex 13 8E DD 5B 24 0 D CB 54 2F
Octal 23 216 335 133 44 0 15 313 124 57
Binary 10011 10001110 11011101 1011011 100100 0 1101 11001011 1010100 101111

Color Harmonies of #138EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EDD

Black with #138EDD

Text Example


Text Example

White with #138EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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