#2494E8

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

Shades of Dodger Blue #2494E8

Tints of Dodger Blue #2494E8

Color information

#2494E8 (or 0x2494E8) is unknown color: approx Dodger Blue. HEX triplet: 24, 94 and E8. RGB value is (36,148,232). Sum of RGB (Red+Green+Blue) = 36+148+232=416 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.65% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #2494E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2494E8 is #DB6B17. Grayscale: #7B7B7B. Windows color (decimal): -14379800 or 15242276. OLE color: 15242276.

HSL color Cylindrical-coordinate representation of color #2494E8: hue angle of 205.71º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2494E8 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB36148232-
CMYK0.840.3600.09
HSL205.71º80.99%52.55%-
HSV(B)205.71º84.48%90.98%-
XYZ25.8827.3880.26-
YUV124.09188.8965.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.65%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 232 (91.02% from 255) = 55.77%
R=8.65%
G=35.58%
B=55.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal361482320.840.3600.09205.7180.9952.55
Hex2494E8542409ce5135
Octal442243501244401131612165
Binary1001001001010011101000101010010010001001110011101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2494E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2494E8; }

 p { color: rgb(36,148,232); }

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

<style>
 a { background-color: #2494E8; }

 a { background-color: rgb(36,148,232); }

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

<style>
 span { border-color: #2494E8; }

 span { border-color: rgb(36,148,232); }

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