#1976ED

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

Shades of Dodger Blue #1976ED

Tints of Dodger Blue #1976ED

Color information

#1976ED (or 0x1976ED) is unknown color: approx Dodger Blue. HEX triplet: 19, 76 and ED. RGB value is (25,118,237). Sum of RGB (Red+Green+Blue) = 25+118+237=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #1976ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1976ED is #E68912. Grayscale: #676767. Windows color (decimal): -15108371 or 15562265. OLE color: 15562265.

HSL color Cylindrical-coordinate representation of color #1976ED: hue angle of 213.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1976ED is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25118237-
CMYK0.890.5000.07
HSL213.68º85.48%51.37%-
HSV(B)213.68º89.45%92.94%-
XYZ22.1719.2882.67-
YUV103.76203.1971.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.58%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 237 (92.97% from 255) = 62.37%
R=6.58%
G=31.05%
B=62.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251182370.890.5000.07213.6885.4851.37
Hex1976ED593207d65533
Octal31166355131620732612563
Binary1100111101101110110110110011100100111110101101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1976ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1976ED; }

 p { color: rgb(25,118,237); }

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

<style>
 a { background-color: #1976ED; }

 a { background-color: rgb(25,118,237); }

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

<style>
 span { border-color: #1976ED; }

 span { border-color: rgb(25,118,237); }

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