Html Css Color HEX #2494DE Dodger Blue

📋 copy color: '#2494DE'

red 36 ◦ green 148 ◦ blue 222

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

Shades of Dodger Blue #2494DE

Tints of Dodger Blue #2494DE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 8.87%
G = 36.45%
B = 54.68%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2494DE (or 0x2494DE) is known color: Dodger Blue. HEX triplet: 24, 94 and DE. RGB value is (36,148,222). Sum of RGB (Red+Green+Blue) = 36+148+222=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #2494DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2494DE is #DB6B21. Grayscale: #7A7A7A. Windows color (decimal): -14379810 or 14586916. OLE color: 14586916.

HSL color Cylindrical-coordinate representation of color #2494DE: hue angle of 203.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2494DE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 148 222 -
CMYK 0.84 0.33 0 0.13
HSL 203.87º 0.74% 0.51% -
HSV(B) 203.87º 0.84% 0.87% -
XYZ 24.5 26.83 72.99 -
YUV 122.95 183.89 65.98 -
System Red Green Blue C M Y K H S L
Decimal 36 148 222 0.84 0.33 0 0.13 203.87 0.74 0.51
Hex 24 94 DE 54 21 0 D CC 4A 33
Octal 44 224 336 124 41 0 15 314 112 63
Binary 100100 10010100 11011110 1010100 100001 0 1101 11001100 1001010 110011

Color Harmonies of #2494DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2494DE

Black with #2494DE

Text Example


Text Example

White with #2494DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2494DE; }

 p { color: rgb(36,148,222); }

 H1.HeaderClassName
 {
   color: #2494DE;
 }
 .AnyTagClassName
 {
   color: #2494DE;
 }
</style>

background-color css

<style>
 a { background-color: #2494DE; }

 a { background-color: rgb(36,148,222); }

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

border-color css

<style>
 span { border-color: #2494DE; }

 span { border-color: rgb(36,148,222); }

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