Html Css Color HEX #138BEB Dodger Blue

📋 copy color: '#138BEB'

red 19 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #138BEB

Tints of Dodger Blue #138BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.8%

R = 4.83%
G = 35.37%
B = 59.8%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#138BEB (or 0x138BEB) is known color: Dodger Blue. HEX triplet: 13, 8B and EB. RGB value is (19,139,235). Sum of RGB (Red+Green+Blue) = 19+139+235=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #138BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BEB is #EC7414. Grayscale: #717171. Windows color (decimal): -15496213 or 15436563. OLE color: 15436563.

HSL color Cylindrical-coordinate representation of color #138BEB: hue angle of 206.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138BEB is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 139 235 -
CMYK 0.92 0.41 0 0.08
HSL 206.67º 0.85% 0.5% -
HSV(B) 206.67º 0.92% 0.92% -
XYZ 24.5 24.6 82.05 -
YUV 114.06 196.24 60.19 -
System Red Green Blue C M Y K H S L
Decimal 19 139 235 0.92 0.41 0 0.08 206.67 0.85 0.5
Hex 13 8B EB 5C 29 0 8 CF 55 32
Octal 23 213 353 134 51 0 10 317 125 62
Binary 10011 10001011 11101011 1011100 101001 0 1000 11001111 1010101 110010

Color Harmonies of #138BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BEB

Black with #138BEB

Text Example


Text Example

White with #138BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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