Html Css Color HEX #2493FD Dodger Blue

📋 copy color: '#2493FD'

red 36 ◦ green 147 ◦ blue 253

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

Shades of Dodger Blue #2493FD

Tints of Dodger Blue #2493FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 8.26%
G = 33.72%
B = 58.03%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2493FD (or 0x2493FD) is known color: Dodger Blue. HEX triplet: 24, 93 and FD. RGB value is (36,147,253). Sum of RGB (Red+Green+Blue) = 36+147+253=436 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.26% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #2493FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2493FD is #DB6C02. Grayscale: #7D7D7D. Windows color (decimal): -14380035 or 16618276. OLE color: 16618276.

HSL color Cylindrical-coordinate representation of color #2493FD: hue angle of 209.31º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2493FD is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 147 253 -
CMYK 0.86 0.42 0 0.01
HSL 209.31º 0.98% 0.57% -
HSV(B) 209.31º 0.86% 0.99% -
XYZ 28.89 28.33 96.87 -
YUV 125.9 199.73 63.88 -
System Red Green Blue C M Y K H S L
Decimal 36 147 253 0.86 0.42 0 0.01 209.31 0.98 0.57
Hex 24 93 FD 56 2A 0 1 D1 62 39
Octal 44 223 375 126 52 0 1 321 142 71
Binary 100100 10010011 11111101 1010110 101010 0 1 11010001 1100010 111001

Color Harmonies of #2493FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493FD

Black with #2493FD

Text Example


Text Example

White with #2493FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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