Html Css Color HEX #2591EF Dodger Blue

📋 copy color: '#2591EF'

red 37 ◦ green 145 ◦ blue 239

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

Shades of Dodger Blue #2591EF

Tints of Dodger Blue #2591EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 8.79%
G = 34.44%
B = 56.77%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2591EF (or 0x2591EF) is known color: Dodger Blue. HEX triplet: 25, 91 and EF. RGB value is (37,145,239). Sum of RGB (Red+Green+Blue) = 37+145+239=421 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.79% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #2591EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2591EF is #DA6E10. Grayscale: #7A7A7A. Windows color (decimal): -14315025 or 15700261. OLE color: 15700261.

HSL color Cylindrical-coordinate representation of color #2591EF: hue angle of 207.92º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2591EF is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 145 239 -
CMYK 0.85 0.39 0 0.06
HSL 207.92º 0.86% 0.54% -
HSV(B) 207.92º 0.85% 0.94% -
XYZ 26.47 26.88 85.45 -
YUV 123.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 37 145 239 0.85 0.39 0 0.06 207.92 0.86 0.54
Hex 25 91 EF 55 27 0 6 D0 56 36
Octal 45 221 357 125 47 0 6 320 126 66
Binary 100101 10010001 11101111 1010101 100111 0 110 11010000 1010110 110110

Color Harmonies of #2591EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2591EF

Black with #2591EF

Text Example


Text Example

White with #2591EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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