Html Css Color HEX #138BDC Dodger Blue

📋 copy color: '#138BDC'

red 19 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #138BDC

Tints of Dodger Blue #138BDC

RGB

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

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

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

R = 5.03%
G = 36.77%
B = 58.2%

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

#138BDC (or 0x138BDC) is known color: Dodger Blue. HEX triplet: 13, 8B and DC. RGB value is (19,139,220). Sum of RGB (Red+Green+Blue) = 19+139+220=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #138BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BDC is #EC7423. Grayscale: #6F6F6F. Windows color (decimal): -15496228 or 14453523. OLE color: 14453523.

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

Color convert

RGB 19 139 220 -
CMYK 0.91 0.37 0 0.14
HSL 204.18º 0.84% 0.47% -
HSV(B) 204.18º 0.91% 0.86% -
XYZ 22.42 23.77 71.12 -
YUV 112.35 188.74 61.41 -
System Red Green Blue C M Y K H S L
Decimal 19 139 220 0.91 0.37 0 0.14 204.18 0.84 0.47
Hex 13 8B DC 5B 25 0 E CC 54 2F
Octal 23 213 334 133 45 0 16 314 124 57
Binary 10011 10001011 11011100 1011011 100101 0 1110 11001100 1010100 101111

Color Harmonies of #138BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BDC

Black with #138BDC

Text Example


Text Example

White with #138BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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