Html Css Color HEX #2493E8 Dodger Blue

📋 copy color: '#2493E8'

red 36 ◦ green 147 ◦ blue 232

#2493E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2493E8

Tints of Dodger Blue #2493E8

RGB

 RED value IS 36 (14.45% from 255) = 8.67%

 GREEN value IS 147 (57.81% from 255) = 35.42%

 BLUE value IS 232 (91.02% from 255) = 55.9%

R = 8.67%
G = 35.42%
B = 55.9%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2493E8 (or 0x2493E8) is known color: Dodger Blue. HEX triplet: 24, 93 and E8. RGB value is (36,147,232). Sum of RGB (Red+Green+Blue) = 36+147+232=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #2493E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2493E8 is #DB6C17. Grayscale: #7B7B7B. Windows color (decimal): -14380056 or 15242020. OLE color: 15242020.

HSL color Cylindrical-coordinate representation of color #2493E8: hue angle of 206.02º 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 #2493E8 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 147 232 -
CMYK 0.84 0.37 0 0.09
HSL 206.02º 0.81% 0.53% -
HSV(B) 206.02º 0.84% 0.91% -
XYZ 25.73 27.07 80.21 -
YUV 123.5 189.23 65.59 -
System Red Green Blue C M Y K H S L
Decimal 36 147 232 0.84 0.37 0 0.09 206.02 0.81 0.53
Hex 24 93 E8 54 25 0 9 CE 51 35
Octal 44 223 350 124 45 0 11 316 121 65
Binary 100100 10010011 11101000 1010100 100101 0 1001 11001110 1010001 110101

Color Harmonies of #2493E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493E8

Black with #2493E8

Text Example


Text Example

White with #2493E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2493E8;
 }
 .AnyTagClassName
 {
   color: #2493E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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