Html Css Color HEX #2549EC Royal Blue

📋 copy color: '#2549EC'

red 37 ◦ green 73 ◦ blue 236

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

Shades of Royal Blue #2549EC

Tints of Royal Blue #2549EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

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

R = 10.69%
G = 21.1%
B = 68.21%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2549EC (or 0x2549EC) is known color: Royal Blue. HEX triplet: 25, 49 and EC. RGB value is (37,73,236). Sum of RGB (Red+Green+Blue) = 37+73+236=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #2549EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549EC is #DAB613. Grayscale: #505050. Windows color (decimal): -14333460 or 15485221. OLE color: 15485221.

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

Color convert

RGB 37 73 236 -
CMYK 0.84 0.69 0 0.07
HSL 229.15º 0.84% 0.54% -
HSV(B) 229.15º 0.84% 0.93% -
XYZ 18.29 11.21 80.56 -
YUV 80.82 215.57 96.75 -
System Red Green Blue C M Y K H S L
Decimal 37 73 236 0.84 0.69 0 0.07 229.15 0.84 0.54
Hex 25 49 EC 54 45 0 7 E5 54 36
Octal 45 111 354 124 105 0 7 345 124 66
Binary 100101 1001001 11101100 1010100 1000101 0 111 11100101 1010100 110110

Color Harmonies of #2549EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549EC

Black with #2549EC

Text Example


Text Example

White with #2549EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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