Html Css Color HEX #2491EC Dodger Blue

📋 copy color: '#2491EC'

red 36 ◦ green 145 ◦ blue 236

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

Shades of Dodger Blue #2491EC

Tints of Dodger Blue #2491EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 8.63%
G = 34.77%
B = 56.59%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2491EC (or 0x2491EC) is known color: Dodger Blue. HEX triplet: 24, 91 and EC. RGB value is (36,145,236). Sum of RGB (Red+Green+Blue) = 36+145+236=417 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.63% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #2491EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2491EC is #DB6E13. Grayscale: #7A7A7A. Windows color (decimal): -14380564 or 15503652. OLE color: 15503652.

HSL color Cylindrical-coordinate representation of color #2491EC: hue angle of 207.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2491EC is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 145 236 -
CMYK 0.85 0.39 0 0.07
HSL 207.3º 0.84% 0.53% -
HSV(B) 207.3º 0.85% 0.93% -
XYZ 25.99 26.68 83.14 -
YUV 122.78 191.89 66.1 -
System Red Green Blue C M Y K H S L
Decimal 36 145 236 0.85 0.39 0 0.07 207.3 0.84 0.53
Hex 24 91 EC 55 27 0 7 CF 54 35
Octal 44 221 354 125 47 0 7 317 124 65
Binary 100100 10010001 11101100 1010101 100111 0 111 11001111 1010100 110101

Color Harmonies of #2491EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2491EC

Black with #2491EC

Text Example


Text Example

White with #2491EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2491EC; }

 p { color: rgb(36,145,236); }

 H1.HeaderClassName
 {
   color: #2491EC;
 }
 .AnyTagClassName
 {
   color: #2491EC;
 }
</style>

background-color css

<style>
 a { background-color: #2491EC; }

 a { background-color: rgb(36,145,236); }

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

border-color css

<style>
 span { border-color: #2491EC; }

 span { border-color: rgb(36,145,236); }

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