Html Css Color HEX #138CE6 Dodger Blue

📋 copy color: '#138CE6'

red 19 ◦ green 140 ◦ blue 230

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

Shades of Dodger Blue #138CE6

Tints of Dodger Blue #138CE6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 230 (90.23% from 255) = 59.13%

R = 4.88%
G = 35.99%
B = 59.13%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#138CE6 (or 0x138CE6) is known color: Dodger Blue. HEX triplet: 13, 8C and E6. RGB value is (19,140,230). Sum of RGB (Red+Green+Blue) = 19+140+230=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #138CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CE6 is #EC7319. Grayscale: #717171. Windows color (decimal): -15495962 or 15109139. OLE color: 15109139.

HSL color Cylindrical-coordinate representation of color #138CE6: hue angle of 205.59º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CE6 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 140 230 -
CMYK 0.92 0.39 0 0.10
HSL 205.59º 0.85% 0.49% -
HSV(B) 205.59º 0.92% 0.9% -
XYZ 23.93 24.61 78.35 -
YUV 114.08 193.41 60.18 -
System Red Green Blue C M Y K H S L
Decimal 19 140 230 0.92 0.39 0 0.10 205.59 0.85 0.49
Hex 13 8C E6 5C 27 0 A CE 55 31
Octal 23 214 346 134 47 0 12 316 125 61
Binary 10011 10001100 11100110 1011100 100111 0 1010 11001110 1010101 110001

Color Harmonies of #138CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CE6

Black with #138CE6

Text Example


Text Example

White with #138CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,230); }

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

background-color css

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

 a { background-color: rgb(19,140,230); }

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

border-color css

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

 span { border-color: rgb(19,140,230); }

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