Html Css Color HEX #138BDD Dodger Blue

📋 copy color: '#138BDD'

red 19 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #138BDD

Tints of Dodger Blue #138BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

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

R = 5.01%
G = 36.68%
B = 58.31%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#138BDD (or 0x138BDD) is known color: Dodger Blue. HEX triplet: 13, 8B and DD. RGB value is (19,139,221). Sum of RGB (Red+Green+Blue) = 19+139+221=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #138BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BDD is #EC7422. Grayscale: #707070. Windows color (decimal): -15496227 or 14519059. OLE color: 14519059.

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

Color convert

RGB 19 139 221 -
CMYK 0.91 0.37 0 0.13
HSL 204.36º 0.84% 0.47% -
HSV(B) 204.36º 0.91% 0.87% -
XYZ 22.55 23.82 71.82 -
YUV 112.47 189.24 61.33 -
System Red Green Blue C M Y K H S L
Decimal 19 139 221 0.91 0.37 0 0.13 204.36 0.84 0.47
Hex 13 8B DD 5B 25 0 D CC 54 2F
Octal 23 213 335 133 45 0 15 314 124 57
Binary 10011 10001011 11011101 1011011 100101 0 1101 11001100 1010100 101111

Color Harmonies of #138BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BDD

Black with #138BDD

Text Example


Text Example

White with #138BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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