Html Css Color HEX #138BEE Dodger Blue

📋 copy color: '#138BEE'

red 19 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #138BEE

Tints of Dodger Blue #138BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 4.8%
G = 35.1%
B = 60.1%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#138BEE (or 0x138BEE) is known color: Dodger Blue. HEX triplet: 13, 8B and EE. RGB value is (19,139,238). Sum of RGB (Red+Green+Blue) = 19+139+238=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #138BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BEE is #EC7411. Grayscale: #717171. Windows color (decimal): -15496210 or 15633171. OLE color: 15633171.

HSL color Cylindrical-coordinate representation of color #138BEE: hue angle of 207.12º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138BEE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 139 238 -
CMYK 0.92 0.42 0 0.07
HSL 207.12º 0.87% 0.5% -
HSV(B) 207.12º 0.92% 0.93% -
XYZ 24.93 24.78 84.36 -
YUV 114.41 197.74 59.95 -
System Red Green Blue C M Y K H S L
Decimal 19 139 238 0.92 0.42 0 0.07 207.12 0.87 0.5
Hex 13 8B EE 5C 2A 0 7 CF 57 32
Octal 23 213 356 134 52 0 7 317 127 62
Binary 10011 10001011 11101110 1011100 101010 0 111 11001111 1010111 110010

Color Harmonies of #138BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BEE

Black with #138BEE

Text Example


Text Example

White with #138BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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