#2494F9

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

Shades of Dodger Blue #2494F9

Tints of Dodger Blue #2494F9

Color information

#2494F9 (or 0x2494F9) is unknown color: approx Dodger Blue. HEX triplet: 24, 94 and F9. RGB value is (36,148,249). Sum of RGB (Red+Green+Blue) = 36+148+249=433 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.31% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #2494F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2494F9 is #DB6B06. Grayscale: #7D7D7D. Windows color (decimal): -14379783 or 16356388. OLE color: 16356388.

HSL color Cylindrical-coordinate representation of color #2494F9: hue angle of 208.45º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2494F9 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB36148249-
CMYK0.860.4100.02
HSL208.45º94.67%55.88%-
HSV(B)208.45º85.54%97.65%-
XYZ28.4228.3993.61-
YUV126.03197.3963.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.31%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 249 (97.66% from 255) = 57.51%
R=8.31%
G=34.18%
B=57.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal361482490.860.4100.02208.4594.6755.88
Hex2494F9562902d05f38
Octal44224371126510232013770
Binary10010010010100111110011010110101001010110100001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2494F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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