Html Css Color HEX #2493ED Dodger Blue

📋 copy color: '#2493ED'

red 36 ◦ green 147 ◦ blue 237

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

Shades of Dodger Blue #2493ED

Tints of Dodger Blue #2493ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 8.57%
G = 35%
B = 56.43%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2493ED (or 0x2493ED) is known color: Dodger Blue. HEX triplet: 24, 93 and ED. RGB value is (36,147,237). Sum of RGB (Red+Green+Blue) = 36+147+237=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #2493ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2493ED is #DB6C12. Grayscale: #7B7B7B. Windows color (decimal): -14380051 or 15569700. OLE color: 15569700.

HSL color Cylindrical-coordinate representation of color #2493ED: hue angle of 206.87º 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 #2493ED is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 147 237 -
CMYK 0.85 0.38 0 0.07
HSL 206.87º 0.85% 0.54% -
HSV(B) 206.87º 0.85% 0.93% -
XYZ 26.45 27.36 84.01 -
YUV 124.07 191.73 65.18 -
System Red Green Blue C M Y K H S L
Decimal 36 147 237 0.85 0.38 0 0.07 206.87 0.85 0.54
Hex 24 93 ED 55 26 0 7 CF 55 36
Octal 44 223 355 125 46 0 7 317 125 66
Binary 100100 10010011 11101101 1010101 100110 0 111 11001111 1010101 110110

Color Harmonies of #2493ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493ED

Black with #2493ED

Text Example


Text Example

White with #2493ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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