#1982EF

Color #1982EF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1982EF

Tints of Dodger Blue #1982EF

Color information

#1982EF (or 0x1982EF) is unknown color: approx Dodger Blue. HEX triplet: 19, 82 and EF. RGB value is (25,130,239). Sum of RGB (Red+Green+Blue) = 25+130+239=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #1982EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1982EF is #E67D10. Grayscale: #6E6E6E. Windows color (decimal): -15105297 or 15696409. OLE color: 15696409.

HSL color Cylindrical-coordinate representation of color #1982EF: hue angle of 210.56º 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 #1982EF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB25130239-
CMYK0.900.4600.06
HSL210.56º86.99%51.76%-
HSV(B)210.56º89.54%93.73%-
XYZ23.9622.484.72-
YUV111.03200.2166.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.35%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 239 (93.75% from 255) = 60.66%
R=6.35%
G=32.99%
B=60.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal251302390.900.4600.06210.5686.9951.76
Hex1982EF5A2E06d35734
Octal31202357132560632312764
Binary11001100000101110111110110101011100110110100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1982EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1982EF;
 }
 .AnyTagClassName
 {
   color: #1982EF;
 }
</style>
background-color css

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

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

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

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

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

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