Html Css Color HEX #2573EB Royal Blue

📋 copy color: '#2573EB'

red 37 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #2573EB

Tints of Royal Blue #2573EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 9.56%
G = 29.72%
B = 60.72%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2573EB (or 0x2573EB) is known color: Royal Blue. HEX triplet: 25, 73 and EB. RGB value is (37,115,235). Sum of RGB (Red+Green+Blue) = 37+115+235=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #2573EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2573EB is #DA8C14. Grayscale: #686868. Windows color (decimal): -14322709 or 15430437. OLE color: 15430437.

HSL color Cylindrical-coordinate representation of color #2573EB: hue angle of 216.36º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2573EB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 115 235 -
CMYK 0.84 0.51 0 0.08
HSL 216.36º 0.83% 0.53% -
HSV(B) 216.36º 0.84% 0.92% -
XYZ 21.89 18.65 81.04 -
YUV 105.36 201.16 79.24 -
System Red Green Blue C M Y K H S L
Decimal 37 115 235 0.84 0.51 0 0.08 216.36 0.83 0.53
Hex 25 73 EB 54 33 0 8 D8 53 35
Octal 45 163 353 124 63 0 10 330 123 65
Binary 100101 1110011 11101011 1010100 110011 0 1000 11011000 1010011 110101

Color Harmonies of #2573EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2573EB

Black with #2573EB

Text Example


Text Example

White with #2573EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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