#2591ef

Color #2591EF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2591EF

Tints of Dodger Blue #2591EF

Color information

#2591EF (or 0x2591EF) is unknown color: approx 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

RGB37145239-
CMYK0.850.3900.06
HSL207.92º86.32%54.12%-
HSV(B)207.92º84.52%93.73%-
XYZ26.4726.8885.45-
YUV123.42193.2266.36-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal371452390.850.3900.06207.9286.3254.12
Hex2591EF552706d05636
Octal45221357125470632012666
Binary100101100100011110111110101011001110110110100001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2591ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>