Html Css Color HEX #1983EF Dodger Blue

📋 copy color: '#1983EF'

red 25 ◦ green 131 ◦ blue 239

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

Shades of Dodger Blue #1983EF

Tints of Dodger Blue #1983EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.51%

R = 6.33%
G = 33.16%
B = 60.51%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1983EF (or 0x1983EF) is known color: Dodger Blue. HEX triplet: 19, 83 and EF. RGB value is (25,131,239). Sum of RGB (Red+Green+Blue) = 25+131+239=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #1983EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1983EF is #E67C10. Grayscale: #6F6F6F. Windows color (decimal): -15105041 or 15696665. OLE color: 15696665.

HSL color Cylindrical-coordinate representation of color #1983EF: hue angle of 210.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1983EF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 131 239 -
CMYK 0.90 0.45 0 0.06
HSL 210.28º 0.87% 0.52% -
HSV(B) 210.28º 0.9% 0.94% -
XYZ 24.1 22.67 84.77 -
YUV 111.62 199.88 66.22 -
System Red Green Blue C M Y K H S L
Decimal 25 131 239 0.90 0.45 0 0.06 210.28 0.87 0.52
Hex 19 83 EF 5A 2D 0 6 D2 57 34
Octal 31 203 357 132 55 0 6 322 127 64
Binary 11001 10000011 11101111 1011010 101101 0 110 11010010 1010111 110100

Color Harmonies of #1983EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983EF

Black with #1983EF

Text Example


Text Example

White with #1983EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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