Html Css Color HEX #138BE4 Dodger Blue

📋 copy color: '#138BE4'

red 19 ◦ green 139 ◦ blue 228

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

Shades of Dodger Blue #138BE4

Tints of Dodger Blue #138BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 59.07%

R = 4.92%
G = 36.01%
B = 59.07%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#138BE4 (or 0x138BE4) is known color: Dodger Blue. HEX triplet: 13, 8B and E4. RGB value is (19,139,228). Sum of RGB (Red+Green+Blue) = 19+139+228=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #138BE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BE4 is #EC741B. Grayscale: #707070. Windows color (decimal): -15496220 or 14977811. OLE color: 14977811.

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

Color convert

RGB 19 139 228 -
CMYK 0.92 0.39 0 0.11
HSL 205.55º 0.85% 0.48% -
HSV(B) 205.55º 0.92% 0.89% -
XYZ 23.5 24.21 76.83 -
YUV 113.27 192.74 60.76 -
System Red Green Blue C M Y K H S L
Decimal 19 139 228 0.92 0.39 0 0.11 205.55 0.85 0.48
Hex 13 8B E4 5C 27 0 B CE 55 30
Octal 23 213 344 134 47 0 13 316 125 60
Binary 10011 10001011 11100100 1011100 100111 0 1011 11001110 1010101 110000

Color Harmonies of #138BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BE4

Black with #138BE4

Text Example


Text Example

White with #138BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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