Html Css Color HEX #138FE6 Dodger Blue

📋 copy color: '#138FE6'

red 19 ◦ green 143 ◦ blue 230

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

Shades of Dodger Blue #138FE6

Tints of Dodger Blue #138FE6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

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

R = 4.85%
G = 36.48%
B = 58.67%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#138FE6 (or 0x138FE6) is known color: Dodger Blue. HEX triplet: 13, 8F and E6. RGB value is (19,143,230). Sum of RGB (Red+Green+Blue) = 19+143+230=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #138FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138FE6 is #EC7019. Grayscale: #737373. Windows color (decimal): -15495194 or 15109907. OLE color: 15109907.

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

Color convert

RGB 19 143 230 -
CMYK 0.92 0.38 0 0.10
HSL 204.74º 0.85% 0.49% -
HSV(B) 204.74º 0.92% 0.9% -
XYZ 24.37 25.5 78.5 -
YUV 115.84 192.42 58.93 -
System Red Green Blue C M Y K H S L
Decimal 19 143 230 0.92 0.38 0 0.10 204.74 0.85 0.49
Hex 13 8F E6 5C 26 0 A CD 55 31
Octal 23 217 346 134 46 0 12 315 125 61
Binary 10011 10001111 11100110 1011100 100110 0 1010 11001101 1010101 110001

Color Harmonies of #138FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FE6

Black with #138FE6

Text Example


Text Example

White with #138FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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