#2491ED

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

Shades of Dodger Blue #2491ED

Tints of Dodger Blue #2491ED

Color information

#2491ED (or 0x2491ED) is unknown color: approx Dodger Blue. HEX triplet: 24, 91 and ED. RGB value is (36,145,237). Sum of RGB (Red+Green+Blue) = 36+145+237=418 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.61% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #2491ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2491ED is #DB6E12. Grayscale: #7A7A7A. Windows color (decimal): -14380563 or 15569188. OLE color: 15569188.

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

Color convert

RGB36145237-
CMYK0.850.3900.07
HSL207.46º84.81%53.53%-
HSV(B)207.46º84.81%92.94%-
XYZ26.1426.7483.9-
YUV122.9192.3966.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.61%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 237 (92.97% from 255) = 56.70%
R=8.61%
G=34.69%
B=56.70%

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
Decimal361452370.850.3900.07207.4684.8153.53
Hex2491ED552707cf5536
Octal44221355125470731712566
Binary100100100100011110110110101011001110111110011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2491ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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