Html Css Color HEX #1982EA Dodger Blue

📋 copy color: '#1982EA'

red 25 ◦ green 130 ◦ blue 234

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

Shades of Dodger Blue #1982EA

Tints of Dodger Blue #1982EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 6.43%
G = 33.42%
B = 60.15%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1982EA (or 0x1982EA) is known color: Dodger Blue. HEX triplet: 19, 82 and EA. RGB value is (25,130,234). Sum of RGB (Red+Green+Blue) = 25+130+234=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #1982EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1982EA is #E67D15. Grayscale: #6D6D6D. Windows color (decimal): -15105302 or 15368729. OLE color: 15368729.

HSL color Cylindrical-coordinate representation of color #1982EA: hue angle of 209.86º degrees, saturation: 0.83, 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 #1982EA is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 130 234 -
CMYK 0.89 0.44 0 0.08
HSL 209.86º 0.83% 0.51% -
HSV(B) 209.86º 0.89% 0.92% -
XYZ 23.23 22.11 80.89 -
YUV 110.46 197.71 67.04 -
System Red Green Blue C M Y K H S L
Decimal 25 130 234 0.89 0.44 0 0.08 209.86 0.83 0.51
Hex 19 82 EA 59 2C 0 8 D2 53 33
Octal 31 202 352 131 54 0 10 322 123 63
Binary 11001 10000010 11101010 1011001 101100 0 1000 11010010 1010011 110011

Color Harmonies of #1982EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982EA

Black with #1982EA

Text Example


Text Example

White with #1982EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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