Html Css Color HEX #1983DC Dodger Blue

📋 copy color: '#1983DC'

red 25 ◦ green 131 ◦ blue 220

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

Shades of Dodger Blue #1983DC

Tints of Dodger Blue #1983DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 6.65%
G = 34.84%
B = 58.51%

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

#1983DC (or 0x1983DC) is known color: Dodger Blue. HEX triplet: 19, 83 and DC. RGB value is (25,131,220). Sum of RGB (Red+Green+Blue) = 25+131+220=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #1983DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983DC is #E67C23. Grayscale: #6C6C6C. Windows color (decimal): -15105060 or 14451481. OLE color: 14451481.

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

Color convert

RGB 25 131 220 -
CMYK 0.89 0.40 0 0.14
HSL 207.38º 0.8% 0.48% -
HSV(B) 207.38º 0.89% 0.86% -
XYZ 21.44 21.61 70.75 -
YUV 109.45 190.38 67.76 -
System Red Green Blue C M Y K H S L
Decimal 25 131 220 0.89 0.40 0 0.14 207.38 0.8 0.48
Hex 19 83 DC 59 28 0 E CF 50 30
Octal 31 203 334 131 50 0 16 317 120 60
Binary 11001 10000011 11011100 1011001 101000 0 1110 11001111 1010000 110000

Color Harmonies of #1983DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983DC

Black with #1983DC

Text Example


Text Example

White with #1983DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1983DC; }

 p { color: rgb(25,131,220); }

 H1.HeaderClassName
 {
   color: #1983DC;
 }
 .AnyTagClassName
 {
   color: #1983DC;
 }
</style>

background-color css

<style>
 a { background-color: #1983DC; }

 a { background-color: rgb(25,131,220); }

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

border-color css

<style>
 span { border-color: #1983DC; }

 span { border-color: rgb(25,131,220); }

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