#2584DF

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

Shades of Dodger Blue #2584DF

Tints of Dodger Blue #2584DF

Color information

#2584DF (or 0x2584DF) is unknown color: approx Dodger Blue. HEX triplet: 25, 84 and DF. RGB value is (37,132,223). Sum of RGB (Red+Green+Blue) = 37+132+223=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #2584DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2584DF is #DA7B20. Grayscale: #717171. Windows color (decimal): -14318369 or 14648357. OLE color: 14648357.

HSL color Cylindrical-coordinate representation of color #2584DF: hue angle of 209.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2584DF is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB37132223-
CMYK0.830.4100.13
HSL209.35º74.4%50.98%-
HSV(B)209.35º83.41%87.45%-
XYZ22.3322.2272.92-
YUV113.97189.5373.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.44%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 223 (87.5% from 255) = 56.89%
R=9.44%
G=33.67%
B=56.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal371322230.830.4100.13209.3574.450.98
Hex2584DF53290Dd14a33
Octal452043371235101532111263
Binary1001011000010011011111101001110100101101110100011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2584DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2584DF; }

 p { color: rgb(37,132,223); }

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

<style>
 a { background-color: #2584DF; }

 a { background-color: rgb(37,132,223); }

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

<style>
 span { border-color: #2584DF; }

 span { border-color: rgb(37,132,223); }

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