Html Css Color HEX #138BE0 Dodger Blue

📋 copy color: '#138BE0'

red 19 ◦ green 139 ◦ blue 224

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

Shades of Dodger Blue #138BE0

Tints of Dodger Blue #138BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.64%

R = 4.97%
G = 36.39%
B = 58.64%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#138BE0 (or 0x138BE0) is known color: Dodger Blue. HEX triplet: 13, 8B and E0. RGB value is (19,139,224). Sum of RGB (Red+Green+Blue) = 19+139+224=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #138BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BE0 is #EC741F. Grayscale: #707070. Windows color (decimal): -15496224 or 14715667. OLE color: 14715667.

HSL color Cylindrical-coordinate representation of color #138BE0: hue angle of 204.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138BE0 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 139 224 -
CMYK 0.92 0.38 0 0.12
HSL 204.88º 0.84% 0.48% -
HSV(B) 204.88º 0.92% 0.88% -
XYZ 22.96 23.99 73.94 -
YUV 112.81 190.74 61.09 -
System Red Green Blue C M Y K H S L
Decimal 19 139 224 0.92 0.38 0 0.12 204.88 0.84 0.48
Hex 13 8B E0 5C 26 0 C CD 54 30
Octal 23 213 340 134 46 0 14 315 124 60
Binary 10011 10001011 11100000 1011100 100110 0 1100 11001101 1010100 110000

Color Harmonies of #138BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BE0

Black with #138BE0

Text Example


Text Example

White with #138BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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