Html Css Color HEX #2573DD Royal Blue

📋 copy color: '#2573DD'

red 37 ◦ green 115 ◦ blue 221

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

Shades of Royal Blue #2573DD

Tints of Royal Blue #2573DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 9.92%
G = 30.83%
B = 59.25%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2573DD (or 0x2573DD) is known color: Royal Blue. HEX triplet: 25, 73 and DD. RGB value is (37,115,221). Sum of RGB (Red+Green+Blue) = 37+115+221=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #2573DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2573DD is #DA8C22. Grayscale: #676767. Windows color (decimal): -14322723 or 14512933. OLE color: 14512933.

HSL color Cylindrical-coordinate representation of color #2573DD: hue angle of 214.57º degrees, saturation: 0.73, 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 #2573DD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 115 221 -
CMYK 0.83 0.48 0 0.13
HSL 214.57º 0.73% 0.51% -
HSV(B) 214.57º 0.83% 0.87% -
XYZ 19.94 17.88 70.81 -
YUV 103.76 194.16 80.38 -
System Red Green Blue C M Y K H S L
Decimal 37 115 221 0.83 0.48 0 0.13 214.57 0.73 0.51
Hex 25 73 DD 53 30 0 D D7 49 33
Octal 45 163 335 123 60 0 15 327 111 63
Binary 100101 1110011 11011101 1010011 110000 0 1101 11010111 1001001 110011

Color Harmonies of #2573DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2573DD

Black with #2573DD

Text Example


Text Example

White with #2573DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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