Html Css Color HEX #2572DD Royal Blue

📋 copy color: '#2572DD'

red 37 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #2572DD

Tints of Royal Blue #2572DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 9.95%
G = 30.65%
B = 59.41%

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

#2572DD (or 0x2572DD) is known color: Royal Blue. HEX triplet: 25, 72 and DD. RGB value is (37,114,221). Sum of RGB (Red+Green+Blue) = 37+114+221=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #2572DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2572DD is #DA8D22. Grayscale: #666666. Windows color (decimal): -14322979 or 14512677. OLE color: 14512677.

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

Color convert

RGB 37 114 221 -
CMYK 0.83 0.48 0 0.13
HSL 214.89º 0.73% 0.51% -
HSV(B) 214.89º 0.83% 0.87% -
XYZ 19.83 17.65 70.77 -
YUV 103.18 194.49 80.8 -
System Red Green Blue C M Y K H S L
Decimal 37 114 221 0.83 0.48 0 0.13 214.89 0.73 0.51
Hex 25 72 DD 53 30 0 D D7 49 33
Octal 45 162 335 123 60 0 15 327 111 63
Binary 100101 1110010 11011101 1010011 110000 0 1101 11010111 1001001 110011

Color Harmonies of #2572DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2572DD

Black with #2572DD

Text Example


Text Example

White with #2572DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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