Html Css Color HEX #1385DB Dodger Blue

📋 copy color: '#1385DB'

red 19 ◦ green 133 ◦ blue 219

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

Shades of Dodger Blue #1385DB

Tints of Dodger Blue #1385DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 5.12%
G = 35.85%
B = 59.03%

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

#1385DB (or 0x1385DB) is known color: Dodger Blue. HEX triplet: 13, 85 and DB. RGB value is (19,133,219). Sum of RGB (Red+Green+Blue) = 19+133+219=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #1385DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385DB is #EC7A24. Grayscale: #6C6C6C. Windows color (decimal): -15497765 or 14386451. OLE color: 14386451.

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

Color convert

RGB 19 133 219 -
CMYK 0.91 0.39 0 0.14
HSL 205.8º 0.84% 0.47% -
HSV(B) 205.8º 0.91% 0.86% -
XYZ 21.44 22.03 70.14 -
YUV 108.72 190.23 64.01 -
System Red Green Blue C M Y K H S L
Decimal 19 133 219 0.91 0.39 0 0.14 205.8 0.84 0.47
Hex 13 85 DB 5B 27 0 E CE 54 2F
Octal 23 205 333 133 47 0 16 316 124 57
Binary 10011 10000101 11011011 1011011 100111 0 1110 11001110 1010100 101111

Color Harmonies of #1385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1385DB

Black with #1385DB

Text Example


Text Example

White with #1385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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