Html Css Color HEX #138DEE Dodger Blue

📋 copy color: '#138DEE'

red 19 ◦ green 141 ◦ blue 238

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

Shades of Dodger Blue #138DEE

Tints of Dodger Blue #138DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

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

R = 4.77%
G = 35.43%
B = 59.8%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#138DEE (or 0x138DEE) is known color: Dodger Blue. HEX triplet: 13, 8D and EE. RGB value is (19,141,238). Sum of RGB (Red+Green+Blue) = 19+141+238=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #138DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138DEE is #EC7211. Grayscale: #737373. Windows color (decimal): -15495698 or 15633683. OLE color: 15633683.

HSL color Cylindrical-coordinate representation of color #138DEE: hue angle of 206.58º 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 #138DEE is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 141 238 -
CMYK 0.92 0.41 0 0.07
HSL 206.58º 0.87% 0.5% -
HSV(B) 206.58º 0.92% 0.93% -
XYZ 25.23 25.36 84.45 -
YUV 115.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 19 141 238 0.92 0.41 0 0.07 206.58 0.87 0.5
Hex 13 8D EE 5C 29 0 7 CF 57 32
Octal 23 215 356 134 51 0 7 317 127 62
Binary 10011 10001101 11101110 1011100 101001 0 111 11001111 1010111 110010

Color Harmonies of #138DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DEE

Black with #138DEE

Text Example


Text Example

White with #138DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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