#2585F2

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

Shades of Dodger Blue #2585F2

Tints of Dodger Blue #2585F2

Color information

#2585F2 (or 0x2585F2) is unknown color: approx Dodger Blue. HEX triplet: 25, 85 and F2. RGB value is (37,133,242). Sum of RGB (Red+Green+Blue) = 37+133+242=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #2585F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2585F2 is #DA7A0D. Grayscale: #747474. Windows color (decimal): -14318094 or 15893797. OLE color: 15893797.

HSL color Cylindrical-coordinate representation of color #2585F2: hue angle of 211.9º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2585F2 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB37133242-
CMYK0.850.4500.05
HSL211.9º88.74%54.71%-
HSV(B)211.9º84.71%94.9%-
XYZ25.1823.5887.23-
YUV116.72198.771.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.98%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 242 (94.92% from 255) = 58.74%
R=8.98%
G=32.28%
B=58.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal371332420.850.4500.05211.988.7454.71
Hex2585F2552D05d45937
Octal45205362125550532413167
Binary100101100001011111001010101011011010101110101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2585F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2585F2; }

 p { color: rgb(37,133,242); }

 H1.HeaderClassName
 {
   color: #2585F2;
 }
 .AnyTagClassName
 {
   color: #2585F2;
 }
</style>
background-color css

<style>
 a { background-color: #2585F2; }

 a { background-color: rgb(37,133,242); }

 div.DivClassName
 {
   background-color: #2585F2;
 }
 .BgClassName
 {
   background-color: #2585F2;
 }
</style>
border-color css

<style>
 span { border-color: #2585F2; }

 span { border-color: rgb(37,133,242); }

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