#2791EB

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

Shades of Dodger Blue #2791EB

Tints of Dodger Blue #2791EB

Color information

#2791EB (or 0x2791EB) is unknown color: approx Dodger Blue. HEX triplet: 27, 91 and EB. RGB value is (39,145,235). Sum of RGB (Red+Green+Blue) = 39+145+235=419 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.31% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #2791EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2791EB is #D86E14. Grayscale: #7B7B7B. Windows color (decimal): -14183957 or 15438119. OLE color: 15438119.

HSL color Cylindrical-coordinate representation of color #2791EB: hue angle of 207.55º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2791EB is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB39145235-
CMYK0.830.3800.08
HSL207.55º83.05%53.73%-
HSV(B)207.55º83.4%92.16%-
XYZ25.9626.6882.38-
YUV123.57190.8867.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.31%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 235 (92.19% from 255) = 56.09%
R=9.31%
G=34.61%
B=56.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal391452350.830.3800.08207.5583.0553.73
Hex2791EB532608d05336
Octal472213531234601032012366
Binary1001111001000111101011101001110011001000110100001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2791EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2791EB; }

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

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

<style>
 a { background-color: #2791EB; }

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

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

<style>
 span { border-color: #2791EB; }

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

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