#2D91EB

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

Shades of Dodger Blue #2D91EB

Tints of Dodger Blue #2D91EB

Color information

#2D91EB (or 0x2D91EB) is unknown color: approx Dodger Blue. HEX triplet: 2D, 91 and EB. RGB value is (45,145,235). Sum of RGB (Red+Green+Blue) = 45+145+235=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D91EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D91EB is #D26E14. Grayscale: #7C7C7C. Windows color (decimal): -13790741 or 15438125. OLE color: 15438125.

HSL color Cylindrical-coordinate representation of color #2D91EB: hue angle of 208.42º 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 #2D91EB is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB45145235-
CMYK0.810.3800.08
HSL208.42º82.61%54.9%-
HSV(B)208.42º80.85%92.16%-
XYZ26.226.8182.39-
YUV125.36189.8770.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.59%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 235 (92.19% from 255) = 55.29%
R=10.59%
G=34.12%
B=55.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal451452350.810.3800.08208.4282.6154.9
Hex2D91EB512608d05337
Octal552213531214601032012367
Binary1011011001000111101011101000110011001000110100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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