Html Css Color HEX #2591E7 Dodger Blue

📋 copy color: '#2591E7'

red 37 ◦ green 145 ◦ blue 231

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

Shades of Dodger Blue #2591E7

Tints of Dodger Blue #2591E7

RGB

 RED value IS 37 (14.84% from 255) = 8.96%

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

 BLUE value IS 231 (90.63% from 255) = 55.93%

R = 8.96%
G = 35.11%
B = 55.93%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2591E7 (or 0x2591E7) is known color: Dodger Blue. HEX triplet: 25, 91 and E7. RGB value is (37,145,231). Sum of RGB (Red+Green+Blue) = 37+145+231=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #2591E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2591E7 is #DA6E18. Grayscale: #7A7A7A. Windows color (decimal): -14315033 or 15175973. OLE color: 15175973.

HSL color Cylindrical-coordinate representation of color #2591E7: hue angle of 206.6º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2591E7 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 145 231 -
CMYK 0.84 0.37 0 0.09
HSL 206.6º 0.8% 0.53% -
HSV(B) 206.6º 0.84% 0.91% -
XYZ 25.31 26.41 79.37 -
YUV 122.51 189.22 67.01 -
System Red Green Blue C M Y K H S L
Decimal 37 145 231 0.84 0.37 0 0.09 206.6 0.8 0.53
Hex 25 91 E7 54 25 0 9 CF 50 35
Octal 45 221 347 124 45 0 11 317 120 65
Binary 100101 10010001 11100111 1010100 100101 0 1001 11001111 1010000 110101

Color Harmonies of #2591E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2591E7

Black with #2591E7

Text Example


Text Example

White with #2591E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2591E7; }

 p { color: rgb(37,145,231); }

 H1.HeaderClassName
 {
   color: #2591E7;
 }
 .AnyTagClassName
 {
   color: #2591E7;
 }
</style>

background-color css

<style>
 a { background-color: #2591E7; }

 a { background-color: rgb(37,145,231); }

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

border-color css

<style>
 span { border-color: #2591E7; }

 span { border-color: rgb(37,145,231); }

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