Html Css Color HEX #2493FB Dodger Blue

📋 copy color: '#2493FB'

red 36 ◦ green 147 ◦ blue 251

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

Shades of Dodger Blue #2493FB

Tints of Dodger Blue #2493FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 8.29%
G = 33.87%
B = 57.83%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2493FB (or 0x2493FB) is known color: Dodger Blue. HEX triplet: 24, 93 and FB. RGB value is (36,147,251). Sum of RGB (Red+Green+Blue) = 36+147+251=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #2493FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2493FB is #DB6C04. Grayscale: #7D7D7D. Windows color (decimal): -14380037 or 16487204. OLE color: 16487204.

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

Color convert

RGB 36 147 251 -
CMYK 0.86 0.41 0 0.02
HSL 209.02º 0.96% 0.56% -
HSV(B) 209.02º 0.86% 0.98% -
XYZ 28.57 28.21 95.21 -
YUV 125.67 198.73 64.04 -
System Red Green Blue C M Y K H S L
Decimal 36 147 251 0.86 0.41 0 0.02 209.02 0.96 0.56
Hex 24 93 FB 56 29 0 2 D1 60 38
Octal 44 223 373 126 51 0 2 321 140 70
Binary 100100 10010011 11111011 1010110 101001 0 10 11010001 1100000 111000

Color Harmonies of #2493FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493FB

Black with #2493FB

Text Example


Text Example

White with #2493FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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