Html Css Color HEX #1389DB Dodger Blue

📋 copy color: '#1389DB'

red 19 ◦ green 137 ◦ blue 219

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

Shades of Dodger Blue #1389DB

Tints of Dodger Blue #1389DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 5.07%
G = 36.53%
B = 58.4%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1389DB (or 0x1389DB) is known color: Dodger Blue. HEX triplet: 13, 89 and DB. RGB value is (19,137,219). Sum of RGB (Red+Green+Blue) = 19+137+219=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #1389DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389DB is #EC7624. Grayscale: #6E6E6E. Windows color (decimal): -15496741 or 14387475. OLE color: 14387475.

HSL color Cylindrical-coordinate representation of color #1389DB: hue angle of 204.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1389DB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 137 219 -
CMYK 0.91 0.37 0 0.14
HSL 204.6º 0.84% 0.47% -
HSV(B) 204.6º 0.91% 0.86% -
XYZ 22 23.14 70.33 -
YUV 111.07 188.91 62.33 -
System Red Green Blue C M Y K H S L
Decimal 19 137 219 0.91 0.37 0 0.14 204.6 0.84 0.47
Hex 13 89 DB 5B 25 0 E CD 54 2F
Octal 23 211 333 133 45 0 16 315 124 57
Binary 10011 10001001 11011011 1011011 100101 0 1110 11001101 1010100 101111

Color Harmonies of #1389DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389DB

Black with #1389DB

Text Example


Text Example

White with #1389DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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