Html Css Color HEX #1982EB Dodger Blue

📋 copy color: '#1982EB'

red 25 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #1982EB

Tints of Dodger Blue #1982EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 235 (92.19% from 255) = 60.26%

R = 6.41%
G = 33.33%
B = 60.26%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1982EB (or 0x1982EB) is known color: Dodger Blue. HEX triplet: 19, 82 and EB. RGB value is (25,130,235). Sum of RGB (Red+Green+Blue) = 25+130+235=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #1982EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1982EB is #E67D14. Grayscale: #6E6E6E. Windows color (decimal): -15105301 or 15434265. OLE color: 15434265.

HSL color Cylindrical-coordinate representation of color #1982EB: hue angle of 210º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1982EB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 130 235 -
CMYK 0.89 0.45 0 0.08
HSL 210º 0.84% 0.51% -
HSV(B) 210º 0.89% 0.92% -
XYZ 23.38 22.17 81.64 -
YUV 110.58 198.21 66.96 -
System Red Green Blue C M Y K H S L
Decimal 25 130 235 0.89 0.45 0 0.08 210 0.84 0.51
Hex 19 82 EB 59 2D 0 8 D2 54 33
Octal 31 202 353 131 55 0 10 322 124 63
Binary 11001 10000010 11101011 1011001 101101 0 1000 11010010 1010100 110011

Color Harmonies of #1982EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982EB

Black with #1982EB

Text Example


Text Example

White with #1982EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1982EB; }

 p { color: rgb(25,130,235); }

 H1.HeaderClassName
 {
   color: #1982EB;
 }
 .AnyTagClassName
 {
   color: #1982EB;
 }
</style>

background-color css

<style>
 a { background-color: #1982EB; }

 a { background-color: rgb(25,130,235); }

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

border-color css

<style>
 span { border-color: #1982EB; }

 span { border-color: rgb(25,130,235); }

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