Html Css Color HEX #1388DB Dodger Blue

📋 copy color: '#1388DB'

red 19 ◦ green 136 ◦ blue 219

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

Shades of Dodger Blue #1388DB

Tints of Dodger Blue #1388DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 5.08%
G = 36.36%
B = 58.56%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1388DB (or 0x1388DB) is known color: Dodger Blue. HEX triplet: 13, 88 and DB. RGB value is (19,136,219). Sum of RGB (Red+Green+Blue) = 19+136+219=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #1388DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388DB is #EC7724. Grayscale: #6E6E6E. Windows color (decimal): -15496997 or 14387219. OLE color: 14387219.

HSL color Cylindrical-coordinate representation of color #1388DB: hue angle of 204.9º 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 #1388DB is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 136 219 -
CMYK 0.91 0.38 0 0.14
HSL 204.9º 0.84% 0.47% -
HSV(B) 204.9º 0.91% 0.86% -
XYZ 21.86 22.86 70.28 -
YUV 110.48 189.24 62.75 -
System Red Green Blue C M Y K H S L
Decimal 19 136 219 0.91 0.38 0 0.14 204.9 0.84 0.47
Hex 13 88 DB 5B 26 0 E CD 54 2F
Octal 23 210 333 133 46 0 16 315 124 57
Binary 10011 10001000 11011011 1011011 100110 0 1110 11001101 1010100 101111

Color Harmonies of #1388DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388DB

Black with #1388DB

Text Example


Text Example

White with #1388DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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