Html Css Color HEX #1386DB Dodger Blue

📋 copy color: '#1386DB'

red 19 ◦ green 134 ◦ blue 219

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

Shades of Dodger Blue #1386DB

Tints of Dodger Blue #1386DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 5.11%
G = 36.02%
B = 58.87%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1386DB (or 0x1386DB) is known color: Dodger Blue. HEX triplet: 13, 86 and DB. RGB value is (19,134,219). Sum of RGB (Red+Green+Blue) = 19+134+219=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #1386DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1386DB is #EC7924. Grayscale: #6C6C6C. Windows color (decimal): -15497509 or 14386707. OLE color: 14386707.

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

Color convert

RGB 19 134 219 -
CMYK 0.91 0.39 0 0.14
HSL 205.5º 0.84% 0.47% -
HSV(B) 205.5º 0.91% 0.86% -
XYZ 21.58 22.3 70.19 -
YUV 109.31 189.9 63.59 -
System Red Green Blue C M Y K H S L
Decimal 19 134 219 0.91 0.39 0 0.14 205.5 0.84 0.47
Hex 13 86 DB 5B 27 0 E CE 54 2F
Octal 23 206 333 133 47 0 16 316 124 57
Binary 10011 10000110 11011011 1011011 100111 0 1110 11001110 1010100 101111

Color Harmonies of #1386DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1386DB

Black with #1386DB

Text Example


Text Example

White with #1386DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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