#2c91eb

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

Shades of Dodger Blue #2C91EB

Tints of Dodger Blue #2C91EB

Color information

#2C91EB (or 0x2C91EB) is unknown color: approx Dodger Blue. HEX triplet: 2C, 91 and EB. RGB value is (44,145,235). Sum of RGB (Red+Green+Blue) = 44+145+235=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C91EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C91EB is #D36E14. Grayscale: #7C7C7C. Windows color (decimal): -13856277 or 15438124. OLE color: 15438124.

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

Color convert

RGB44145235-
CMYK0.810.3800.08
HSL208.27º82.68%54.71%-
HSV(B)208.27º81.28%92.16%-
XYZ26.1626.7882.39-
YUV125.06190.0470.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.38%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 235 (92.19% from 255) = 55.42%
R=10.38%
G=34.20%
B=55.42%

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
Decimal441452350.810.3800.08208.2782.6854.71
Hex2C91EB512608d05337
Octal542213531214601032012367
Binary1011001001000111101011101000110011001000110100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c91eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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