Html Css Color HEX #1984DB Dodger Blue

📋 copy color: '#1984DB'

red 25 ◦ green 132 ◦ blue 219

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

Shades of Dodger Blue #1984DB

Tints of Dodger Blue #1984DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 6.65%
G = 35.11%
B = 58.24%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1984DB (or 0x1984DB) is known color: Dodger Blue. HEX triplet: 19, 84 and DB. RGB value is (25,132,219). Sum of RGB (Red+Green+Blue) = 25+132+219=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #1984DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1984DB is #E67B24. Grayscale: #6D6D6D. Windows color (decimal): -15104805 or 14386201. OLE color: 14386201.

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

Color convert

RGB 25 132 219 -
CMYK 0.89 0.40 0 0.14
HSL 206.91º 0.8% 0.48% -
HSV(B) 206.91º 0.89% 0.86% -
XYZ 21.44 21.82 70.1 -
YUV 109.93 189.55 67.43 -
System Red Green Blue C M Y K H S L
Decimal 25 132 219 0.89 0.40 0 0.14 206.91 0.8 0.48
Hex 19 84 DB 59 28 0 E CF 50 30
Octal 31 204 333 131 50 0 16 317 120 60
Binary 11001 10000100 11011011 1011001 101000 0 1110 11001111 1010000 110000

Color Harmonies of #1984DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1984DB

Black with #1984DB

Text Example


Text Example

White with #1984DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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