#2491ec

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

Shades of Dodger Blue #2491EC

Tints of Dodger Blue #2491EC

Color information

#2491EC (or 0x2491EC) is unknown color: approx Dodger Blue. HEX triplet: 24, 91 and EC. RGB value is (36,145,236). Sum of RGB (Red+Green+Blue) = 36+145+236=417 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.63% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #2491EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2491EC is #DB6E13. Grayscale: #7A7A7A. Windows color (decimal): -14380564 or 15503652. OLE color: 15503652.

HSL color Cylindrical-coordinate representation of color #2491EC: hue angle of 207.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2491EC is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB36145236-
CMYK0.850.3900.07
HSL207.3º84.03%53.33%-
HSV(B)207.3º84.75%92.55%-
XYZ25.9926.6883.14-
YUV122.78191.8966.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.63%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 236 (92.58% from 255) = 56.59%
R=8.63%
G=34.77%
B=56.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal361452360.850.3900.07207.384.0353.33
Hex2491EC552707cf5435
Octal44221354125470731712465
Binary100100100100011110110010101011001110111110011111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2491ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2491ec; }

 p { color: rgb(36,145,236); }

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

<style>
 a { background-color: #2491ec; }

 a { background-color: rgb(36,145,236); }

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

<style>
 span { border-color: #2491ec; }

 span { border-color: rgb(36,145,236); }

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