Html Css Color HEX #1980DF Dodger Blue

📋 copy color: '#1980DF'

red 25 ◦ green 128 ◦ blue 223

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

Shades of Dodger Blue #1980DF

Tints of Dodger Blue #1980DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 6.65%
G = 34.04%
B = 59.31%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1980DF (or 0x1980DF) is known color: Dodger Blue. HEX triplet: 19, 80 and DF. RGB value is (25,128,223). Sum of RGB (Red+Green+Blue) = 25+128+223=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #1980DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1980DF is #E67F20. Grayscale: #6B6B6B. Windows color (decimal): -15105825 or 14647321. OLE color: 14647321.

HSL color Cylindrical-coordinate representation of color #1980DF: hue angle of 208.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1980DF is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 128 223 -
CMYK 0.89 0.43 0 0.13
HSL 208.79º 0.8% 0.49% -
HSV(B) 208.79º 0.89% 0.87% -
XYZ 21.44 20.97 72.73 -
YUV 108.03 192.88 68.78 -
System Red Green Blue C M Y K H S L
Decimal 25 128 223 0.89 0.43 0 0.13 208.79 0.8 0.49
Hex 19 80 DF 59 2B 0 D D1 50 31
Octal 31 200 337 131 53 0 15 321 120 61
Binary 11001 10000000 11011111 1011001 101011 0 1101 11010001 1010000 110001

Color Harmonies of #1980DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1980DF

Black with #1980DF

Text Example


Text Example

White with #1980DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1980DF; }

 p { color: rgb(25,128,223); }

 H1.HeaderClassName
 {
   color: #1980DF;
 }
 .AnyTagClassName
 {
   color: #1980DF;
 }
</style>

background-color css

<style>
 a { background-color: #1980DF; }

 a { background-color: rgb(25,128,223); }

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

border-color css

<style>
 span { border-color: #1980DF; }

 span { border-color: rgb(25,128,223); }

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