#2D87EB

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

Shades of Dodger Blue #2D87EB

Tints of Dodger Blue #2D87EB

Color information

#2D87EB (or 0x2D87EB) is unknown color: approx Dodger Blue. HEX triplet: 2D, 87 and EB. RGB value is (45,135,235). Sum of RGB (Red+Green+Blue) = 45+135+235=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D87EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D87EB is #D27814. Grayscale: #777777. Windows color (decimal): -13793301 or 15435565. OLE color: 15435565.

HSL color Cylindrical-coordinate representation of color #2D87EB: hue angle of 211.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D87EB is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB45135235-
CMYK0.810.4300.08
HSL211.58º82.61%54.9%-
HSV(B)211.58º80.85%92.16%-
XYZ24.7423.8881.9-
YUV119.49193.1874.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.84%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=10.84%
G=32.53%
B=56.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal451352350.810.4300.08211.5882.6154.9
Hex2D87EB512B08d45337
Octal552073531215301032412367
Binary1011011000011111101011101000110101101000110101001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D87EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D87EB; }

 p { color: rgb(45,135,235); }

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

<style>
 a { background-color: #2D87EB; }

 a { background-color: rgb(45,135,235); }

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

<style>
 span { border-color: #2D87EB; }

 span { border-color: rgb(45,135,235); }

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