Html Css Color HEX #138EEA Dodger Blue

📋 copy color: '#138EEA'

red 19 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #138EEA

Tints of Dodger Blue #138EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

 BLUE value IS 234 (91.8% from 255) = 59.24%

R = 4.81%
G = 35.95%
B = 59.24%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#138EEA (or 0x138EEA) is known color: Dodger Blue. HEX triplet: 13, 8E and EA. RGB value is (19,142,234). Sum of RGB (Red+Green+Blue) = 19+142+234=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #138EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138EEA is #EC7115. Grayscale: #737373. Windows color (decimal): -15495446 or 15371795. OLE color: 15371795.

HSL color Cylindrical-coordinate representation of color #138EEA: hue angle of 205.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 #138EEA is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 142 234 -
CMYK 0.92 0.39 0 0.08
HSL 205.67º 0.85% 0.5% -
HSV(B) 205.67º 0.92% 0.92% -
XYZ 24.79 25.42 81.44 -
YUV 115.71 194.75 59.02 -
System Red Green Blue C M Y K H S L
Decimal 19 142 234 0.92 0.39 0 0.08 205.67 0.85 0.5
Hex 13 8E EA 5C 27 0 8 CE 55 32
Octal 23 216 352 134 47 0 10 316 125 62
Binary 10011 10001110 11101010 1011100 100111 0 1000 11001110 1010101 110010

Color Harmonies of #138EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EEA

Black with #138EEA

Text Example


Text Example

White with #138EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,234); }

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

background-color css

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

 a { background-color: rgb(19,142,234); }

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

border-color css

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

 span { border-color: rgb(19,142,234); }

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