Html Css Color HEX #1991DB Dodger Blue

📋 copy color: '#1991DB'

red 25 ◦ green 145 ◦ blue 219

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

Shades of Dodger Blue #1991DB

Tints of Dodger Blue #1991DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.28%

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

R = 6.43%
G = 37.28%
B = 56.3%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1991DB (or 0x1991DB) is known color: Dodger Blue. HEX triplet: 19, 91 and DB. RGB value is (25,145,219). Sum of RGB (Red+Green+Blue) = 25+145+219=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #1991DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1991DB is #E66E24. Grayscale: #757575. Windows color (decimal): -15101477 or 14389529. OLE color: 14389529.

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

Color convert

RGB 25 145 219 -
CMYK 0.89 0.34 0 0.14
HSL 202.89º 0.8% 0.48% -
HSV(B) 202.89º 0.89% 0.86% -
XYZ 23.31 25.57 70.73 -
YUV 117.56 185.24 61.98 -
System Red Green Blue C M Y K H S L
Decimal 25 145 219 0.89 0.34 0 0.14 202.89 0.8 0.48
Hex 19 91 DB 59 22 0 E CB 50 30
Octal 31 221 333 131 42 0 16 313 120 60
Binary 11001 10010001 11011011 1011001 100010 0 1110 11001011 1010000 110000

Color Harmonies of #1991DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1991DB

Black with #1991DB

Text Example


Text Example

White with #1991DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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