Html Css Color HEX #1389EA Dodger Blue

📋 copy color: '#1389EA'

red 19 ◦ green 137 ◦ blue 234

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

Shades of Dodger Blue #1389EA

Tints of Dodger Blue #1389EA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 4.87%
G = 35.13%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1389EA (or 0x1389EA) is known color: Dodger Blue. HEX triplet: 13, 89 and EA. RGB value is (19,137,234). Sum of RGB (Red+Green+Blue) = 19+137+234=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #1389EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389EA is #EC7615. Grayscale: #707070. Windows color (decimal): -15496726 or 15370515. OLE color: 15370515.

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

Color convert

RGB 19 137 234 -
CMYK 0.92 0.41 0 0.08
HSL 207.07º 0.85% 0.5% -
HSV(B) 207.07º 0.92% 0.92% -
XYZ 24.07 23.97 81.2 -
YUV 112.78 196.41 61.11 -
System Red Green Blue C M Y K H S L
Decimal 19 137 234 0.92 0.41 0 0.08 207.07 0.85 0.5
Hex 13 89 EA 5C 29 0 8 CF 55 32
Octal 23 211 352 134 51 0 10 317 125 62
Binary 10011 10001001 11101010 1011100 101001 0 1000 11001111 1010101 110010

Color Harmonies of #1389EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389EA

Black with #1389EA

Text Example


Text Example

White with #1389EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1389EA; }

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

 H1.HeaderClassName
 {
   color: #1389EA;
 }
 .AnyTagClassName
 {
   color: #1389EA;
 }
</style>

background-color css

<style>
 a { background-color: #1389EA; }

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

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

border-color css

<style>
 span { border-color: #1389EA; }

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

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