Html Css Color HEX #2572DF Royal Blue

📋 copy color: '#2572DF'

red 37 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #2572DF

Tints of Royal Blue #2572DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 9.89%
G = 30.48%
B = 59.63%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2572DF (or 0x2572DF) is known color: Royal Blue. HEX triplet: 25, 72 and DF. RGB value is (37,114,223). Sum of RGB (Red+Green+Blue) = 37+114+223=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #2572DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2572DF is #DA8D20. Grayscale: #666666. Windows color (decimal): -14322977 or 14643749. OLE color: 14643749.

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

Color convert

RGB 37 114 223 -
CMYK 0.83 0.49 0 0.13
HSL 215.16º 0.74% 0.51% -
HSV(B) 215.16º 0.83% 0.87% -
XYZ 20.1 17.76 72.18 -
YUV 103.4 195.49 80.64 -
System Red Green Blue C M Y K H S L
Decimal 37 114 223 0.83 0.49 0 0.13 215.16 0.74 0.51
Hex 25 72 DF 53 31 0 D D7 4A 33
Octal 45 162 337 123 61 0 15 327 112 63
Binary 100101 1110010 11011111 1010011 110001 0 1101 11010111 1001010 110011

Color Harmonies of #2572DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2572DF

Black with #2572DF

Text Example


Text Example

White with #2572DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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