#2573FA

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

Shades of Dodger Blue #2573FA

Tints of Dodger Blue #2573FA

Color information

#2573FA (or 0x2573FA) is unknown color: approx Dodger Blue. HEX triplet: 25, 73 and FA. RGB value is (37,115,250). Sum of RGB (Red+Green+Blue) = 37+115+250=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #2573FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573FA is #DA8C05. Grayscale: #6A6A6A. Windows color (decimal): -14322694 or 16413477. OLE color: 16413477.

HSL color Cylindrical-coordinate representation of color #2573FA: hue angle of 218.03º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2573FA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB37115250-
CMYK0.850.5400.02
HSL218.03º95.52%56.27%-
HSV(B)218.03º85.2%98.04%-
XYZ24.1519.5692.94-
YUV107.07208.6678.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.20%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 250 (98.05% from 255) = 62.19%
R=9.20%
G=28.61%
B=62.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal371152500.850.5400.02218.0395.5256.27
Hex2573FA553602da6038
Octal45163372125660233214070
Binary1001011110011111110101010101110110010110110101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2573FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2573FA; }

 p { color: rgb(37,115,250); }

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

<style>
 a { background-color: #2573FA; }

 a { background-color: rgb(37,115,250); }

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

<style>
 span { border-color: #2573FA; }

 span { border-color: rgb(37,115,250); }

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