Html Css Color HEX #2573FF Dodger Blue

📋 copy color: '#2573FF'

red 37 ◦ green 115 ◦ blue 255

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

Shades of Dodger Blue #2573FF

Tints of Dodger Blue #2573FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 255 (100% from 255) = 62.65%

R = 9.09%
G = 28.26%
B = 62.65%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2573FF (or 0x2573FF) is known color: Dodger Blue. HEX triplet: 25, 73 and FF. RGB value is (37,115,255). Sum of RGB (Red+Green+Blue) = 37+115+255=407 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.09% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2573FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573FF is #DA8C00. Grayscale: #6A6A6A. Windows color (decimal): -14322689 or 16741157. OLE color: 16741157.

HSL color Cylindrical-coordinate representation of color #2573FF: hue angle of 218.53º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2573FF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 115 255 -
CMYK 0.85 0.55 0 0
HSL 218.53º 1% 0.57% -
HSV(B) 218.53º 0.85% 1% -
XYZ 24.94 19.87 97.13 -
YUV 107.64 211.16 77.62 -
System Red Green Blue C M Y K H S L
Decimal 37 115 255 0.85 0.55 0 0 218.53 1 0.57
Hex 25 73 FF 55 37 0 0 DB 64 39
Octal 45 163 377 125 67 0 0 333 144 71
Binary 100101 1110011 11111111 1010101 110111 0 0 11011011 1100100 111001

Color Harmonies of #2573FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2573FF

Black with #2573FF

Text Example


Text Example

White with #2573FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2573FF;
 }
 .AnyTagClassName
 {
   color: #2573FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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