Html Css Color HEX #1983DE Dodger Blue

📋 copy color: '#1983DE'

red 25 ◦ green 131 ◦ blue 222

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

Shades of Dodger Blue #1983DE

Tints of Dodger Blue #1983DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 6.61%
G = 34.66%
B = 58.73%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1983DE (or 0x1983DE) is known color: Dodger Blue. HEX triplet: 19, 83 and DE. RGB value is (25,131,222). Sum of RGB (Red+Green+Blue) = 25+131+222=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #1983DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983DE is #E67C21. Grayscale: #6D6D6D. Windows color (decimal): -15105058 or 14582553. OLE color: 14582553.

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

Color convert

RGB 25 131 222 -
CMYK 0.89 0.41 0 0.13
HSL 207.72º 0.8% 0.48% -
HSV(B) 207.72º 0.89% 0.87% -
XYZ 21.7 21.71 72.15 -
YUV 109.68 191.38 67.6 -
System Red Green Blue C M Y K H S L
Decimal 25 131 222 0.89 0.41 0 0.13 207.72 0.8 0.48
Hex 19 83 DE 59 29 0 D D0 50 30
Octal 31 203 336 131 51 0 15 320 120 60
Binary 11001 10000011 11011110 1011001 101001 0 1101 11010000 1010000 110000

Color Harmonies of #1983DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983DE

Black with #1983DE

Text Example


Text Example

White with #1983DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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