#2382ED

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

Shades of Dodger Blue #2382ED

Tints of Dodger Blue #2382ED

Color information

#2382ED (or 0x2382ED) is unknown color: approx Dodger Blue. HEX triplet: 23, 82 and ED. RGB value is (35,130,237). Sum of RGB (Red+Green+Blue) = 35+130+237=402 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.71% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #2382ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2382ED is #DC7D12. Grayscale: #717171. Windows color (decimal): -14449939 or 15565347. OLE color: 15565347.

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

Color convert

RGB35130237-
CMYK0.850.4500.07
HSL211.78º84.87%53.33%-
HSV(B)211.78º85.23%92.94%-
XYZ23.9622.4483.19-
YUV113.79197.5371.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.71%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 237 (92.97% from 255) = 58.96%
R=8.71%
G=32.34%
B=58.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal351302370.850.4500.07211.7884.8753.33
Hex2382ED552D07d45535
Octal43202355125550732412565
Binary100011100000101110110110101011011010111110101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2382ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,130,237); }

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

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

 a { background-color: rgb(35,130,237); }

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

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

 span { border-color: rgb(35,130,237); }

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