Html Css Color HEX #1389DD Dodger Blue

📋 copy color: '#1389DD'

red 19 ◦ green 137 ◦ blue 221

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

Shades of Dodger Blue #1389DD

Tints of Dodger Blue #1389DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 5.04%
G = 36.34%
B = 58.62%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1389DD (or 0x1389DD) is known color: Dodger Blue. HEX triplet: 13, 89 and DD. RGB value is (19,137,221). Sum of RGB (Red+Green+Blue) = 19+137+221=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #1389DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389DD is #EC7622. Grayscale: #6E6E6E. Windows color (decimal): -15496739 or 14518547. OLE color: 14518547.

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

Color convert

RGB 19 137 221 -
CMYK 0.91 0.38 0 0.13
HSL 204.95º 0.84% 0.47% -
HSV(B) 204.95º 0.91% 0.87% -
XYZ 22.27 23.25 71.72 -
YUV 111.29 189.91 62.17 -
System Red Green Blue C M Y K H S L
Decimal 19 137 221 0.91 0.38 0 0.13 204.95 0.84 0.47
Hex 13 89 DD 5B 26 0 D CD 54 2F
Octal 23 211 335 133 46 0 15 315 124 57
Binary 10011 10001001 11011101 1011011 100110 0 1101 11001101 1010100 101111

Color Harmonies of #1389DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389DD

Black with #1389DD

Text Example


Text Example

White with #1389DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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