Html Css Color HEX #1389EB Dodger Blue

📋 copy color: '#1389EB'

red 19 ◦ green 137 ◦ blue 235

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

Shades of Dodger Blue #1389EB

Tints of Dodger Blue #1389EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 4.86%
G = 35.04%
B = 60.1%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1389EB (or 0x1389EB) is known color: Dodger Blue. HEX triplet: 13, 89 and EB. RGB value is (19,137,235). Sum of RGB (Red+Green+Blue) = 19+137+235=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #1389EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389EB is #EC7614. Grayscale: #707070. Windows color (decimal): -15496725 or 15436051. OLE color: 15436051.

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

Color convert

RGB 19 137 235 -
CMYK 0.92 0.42 0 0.08
HSL 207.22º 0.85% 0.5% -
HSV(B) 207.22º 0.92% 0.92% -
XYZ 24.21 24.03 81.96 -
YUV 112.89 196.91 61.03 -
System Red Green Blue C M Y K H S L
Decimal 19 137 235 0.92 0.42 0 0.08 207.22 0.85 0.5
Hex 13 89 EB 5C 2A 0 8 CF 55 32
Octal 23 211 353 134 52 0 10 317 125 62
Binary 10011 10001001 11101011 1011100 101010 0 1000 11001111 1010101 110010

Color Harmonies of #1389EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389EB

Black with #1389EB

Text Example


Text Example

White with #1389EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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