Html Css Color HEX #2499EA Dodger Blue

📋 copy color: '#2499EA'

red 36 ◦ green 153 ◦ blue 234

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

Shades of Dodger Blue #2499EA

Tints of Dodger Blue #2499EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 8.51%
G = 36.17%
B = 55.32%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2499EA (or 0x2499EA) is known color: Dodger Blue. HEX triplet: 24, 99 and EA. RGB value is (36,153,234). Sum of RGB (Red+Green+Blue) = 36+153+234=423 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.51% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #2499EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2499EA is #DB6615. Grayscale: #7E7E7E. Windows color (decimal): -14378518 or 15374628. OLE color: 15374628.

HSL color Cylindrical-coordinate representation of color #2499EA: hue angle of 204.55º degrees, saturation: 0.82, 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 #2499EA is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 153 234 -
CMYK 0.85 0.35 0 0.08
HSL 204.55º 0.83% 0.53% -
HSV(B) 204.55º 0.85% 0.92% -
XYZ 26.97 29.1 82.04 -
YUV 127.25 188.24 62.91 -
System Red Green Blue C M Y K H S L
Decimal 36 153 234 0.85 0.35 0 0.08 204.55 0.83 0.53
Hex 24 99 EA 55 23 0 8 CD 52 35
Octal 44 231 352 125 43 0 10 315 122 65
Binary 100100 10011001 11101010 1010101 100011 0 1000 11001101 1010010 110101

Color Harmonies of #2499EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2499EA

Black with #2499EA

Text Example


Text Example

White with #2499EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2499EA; }

 p { color: rgb(36,153,234); }

 H1.HeaderClassName
 {
   color: #2499EA;
 }
 .AnyTagClassName
 {
   color: #2499EA;
 }
</style>

background-color css

<style>
 a { background-color: #2499EA; }

 a { background-color: rgb(36,153,234); }

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

border-color css

<style>
 span { border-color: #2499EA; }

 span { border-color: rgb(36,153,234); }

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