Html Css Color HEX #2572EC Royal Blue

📋 copy color: '#2572EC'

red 37 ◦ green 114 ◦ blue 236

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

Shades of Royal Blue #2572EC

Tints of Royal Blue #2572EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 9.56%
G = 29.46%
B = 60.98%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2572EC (or 0x2572EC) is known color: Royal Blue. HEX triplet: 25, 72 and EC. RGB value is (37,114,236). Sum of RGB (Red+Green+Blue) = 37+114+236=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #2572EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2572EC is #DA8D13. Grayscale: #686868. Windows color (decimal): -14322964 or 15495717. OLE color: 15495717.

HSL color Cylindrical-coordinate representation of color #2572EC: hue angle of 216.78º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2572EC is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 114 236 -
CMYK 0.84 0.52 0 0.07
HSL 216.78º 0.84% 0.54% -
HSV(B) 216.78º 0.84% 0.93% -
XYZ 21.92 18.48 81.77 -
YUV 104.89 201.99 79.58 -
System Red Green Blue C M Y K H S L
Decimal 37 114 236 0.84 0.52 0 0.07 216.78 0.84 0.54
Hex 25 72 EC 54 34 0 7 D9 54 36
Octal 45 162 354 124 64 0 7 331 124 66
Binary 100101 1110010 11101100 1010100 110100 0 111 11011001 1010100 110110

Color Harmonies of #2572EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2572EC

Black with #2572EC

Text Example


Text Example

White with #2572EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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