Html Css Color HEX #2573EC Royal Blue

📋 copy color: '#2573EC'

red 37 ◦ green 115 ◦ blue 236

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

Shades of Royal Blue #2573EC

Tints of Royal Blue #2573EC

RGB

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

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

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

R = 9.54%
G = 29.64%
B = 60.82%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2573EC (or 0x2573EC) is known color: Royal Blue. HEX triplet: 25, 73 and EC. RGB value is (37,115,236). Sum of RGB (Red+Green+Blue) = 37+115+236=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #2573EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573EC is #DA8C13. Grayscale: #686868. Windows color (decimal): -14322708 or 15495973. OLE color: 15495973.

HSL color Cylindrical-coordinate representation of color #2573EC: hue angle of 216.48º 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 #2573EC is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 115 236 -
CMYK 0.84 0.51 0 0.07
HSL 216.48º 0.84% 0.54% -
HSV(B) 216.48º 0.84% 0.93% -
XYZ 22.03 18.71 81.81 -
YUV 105.47 201.66 79.16 -
System Red Green Blue C M Y K H S L
Decimal 37 115 236 0.84 0.51 0 0.07 216.48 0.84 0.54
Hex 25 73 EC 54 33 0 7 D8 54 36
Octal 45 163 354 124 63 0 7 330 124 66
Binary 100101 1110011 11101100 1010100 110011 0 111 11011000 1010100 110110

Color Harmonies of #2573EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2573EC

Black with #2573EC

Text Example


Text Example

White with #2573EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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