#2493F9

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

Shades of Dodger Blue #2493F9

Tints of Dodger Blue #2493F9

Color information

#2493F9 (or 0x2493F9) is unknown color: approx Dodger Blue. HEX triplet: 24, 93 and F9. RGB value is (36,147,249). Sum of RGB (Red+Green+Blue) = 36+147+249=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #2493F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2493F9 is #DB6C06. Grayscale: #7C7C7C. Windows color (decimal): -14380039 or 16356132. OLE color: 16356132.

HSL color Cylindrical-coordinate representation of color #2493F9: hue angle of 208.73º 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 #2493F9 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB36147249-
CMYK0.860.4100.02
HSL208.73º94.67%55.88%-
HSV(B)208.73º85.54%97.65%-
XYZ28.2628.0893.55-
YUV125.44197.7364.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.33%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 249 (97.66% from 255) = 57.64%
R=8.33%
G=34.03%
B=57.64%

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
Decimal361472490.860.4100.02208.7394.6755.88
Hex2493F9562902d15f38
Octal44223371126510232113770
Binary10010010010011111110011010110101001010110100011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2493F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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