Html Css Color HEX #1986DB Dodger Blue

📋 copy color: '#1986DB'

red 25 ◦ green 134 ◦ blue 219

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

Shades of Dodger Blue #1986DB

Tints of Dodger Blue #1986DB

RGB

 RED value IS 25 (10.16% from 255) = 6.61%

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

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

R = 6.61%
G = 35.45%
B = 57.94%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1986DB (or 0x1986DB) is known color: Dodger Blue. HEX triplet: 19, 86 and DB. RGB value is (25,134,219). Sum of RGB (Red+Green+Blue) = 25+134+219=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #1986DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986DB is #E67924. Grayscale: #6E6E6E. Windows color (decimal): -15104293 or 14386713. OLE color: 14386713.

HSL color Cylindrical-coordinate representation of color #1986DB: hue angle of 206.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1986DB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 134 219 -
CMYK 0.89 0.39 0 0.14
HSL 206.29º 0.8% 0.48% -
HSV(B) 206.29º 0.89% 0.86% -
XYZ 21.71 22.37 70.19 -
YUV 111.1 188.89 66.59 -
System Red Green Blue C M Y K H S L
Decimal 25 134 219 0.89 0.39 0 0.14 206.29 0.8 0.48
Hex 19 86 DB 59 27 0 E CE 50 30
Octal 31 206 333 131 47 0 16 316 120 60
Binary 11001 10000110 11011011 1011001 100111 0 1110 11001110 1010000 110000

Color Harmonies of #1986DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1986DB

Black with #1986DB

Text Example


Text Example

White with #1986DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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