Html Css Color HEX #2493EB Dodger Blue

📋 copy color: '#2493EB'

red 36 ◦ green 147 ◦ blue 235

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

Shades of Dodger Blue #2493EB

Tints of Dodger Blue #2493EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 8.61%
G = 35.17%
B = 56.22%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2493EB (or 0x2493EB) is known color: Dodger Blue. HEX triplet: 24, 93 and EB. RGB value is (36,147,235). Sum of RGB (Red+Green+Blue) = 36+147+235=418 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.61% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #2493EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2493EB is #DB6C14. Grayscale: #7B7B7B. Windows color (decimal): -14380053 or 15438628. OLE color: 15438628.

HSL color Cylindrical-coordinate representation of color #2493EB: hue angle of 206.53º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2493EB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 147 235 -
CMYK 0.85 0.37 0 0.08
HSL 206.53º 0.83% 0.53% -
HSV(B) 206.53º 0.85% 0.92% -
XYZ 26.16 27.24 82.48 -
YUV 123.84 190.73 65.34 -
System Red Green Blue C M Y K H S L
Decimal 36 147 235 0.85 0.37 0 0.08 206.53 0.83 0.53
Hex 24 93 EB 55 25 0 8 CF 53 35
Octal 44 223 353 125 45 0 10 317 123 65
Binary 100100 10010011 11101011 1010101 100101 0 1000 11001111 1010011 110101

Color Harmonies of #2493EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493EB

Black with #2493EB

Text Example


Text Example

White with #2493EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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