#2d88e7

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

Shades of Dodger Blue #2D88E7

Tints of Dodger Blue #2D88E7

Color information

#2D88E7 (or 0x2D88E7) is unknown color: approx Dodger Blue. HEX triplet: 2D, 88 and E7. RGB value is (45,136,231). Sum of RGB (Red+Green+Blue) = 45+136+231=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #2D88E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D88E7 is #D27718. Grayscale: #777777. Windows color (decimal): -13793049 or 15173677. OLE color: 15173677.

HSL color Cylindrical-coordinate representation of color #2D88E7: hue angle of 210.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D88E7 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB45136231-
CMYK0.810.4100.09
HSL210.65º79.49%54.12%-
HSV(B)210.65º80.52%90.59%-
XYZ24.3123.9478.94-
YUV119.62190.8574.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.92%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 231 (90.62% from 255) = 56.07%
R=10.92%
G=33.01%
B=56.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal451362310.810.4100.09210.6579.4954.12
Hex2D88E7512909d34f36
Octal552103471215101132311766
Binary1011011000100011100111101000110100101001110100111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d88e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,136,231); }

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

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

 a { background-color: rgb(45,136,231); }

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

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

 span { border-color: rgb(45,136,231); }

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