Html Css Color HEX #2549EA Royal Blue

📋 copy color: '#2549EA'

red 37 ◦ green 73 ◦ blue 234

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

Shades of Royal Blue #2549EA

Tints of Royal Blue #2549EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.02%

R = 10.76%
G = 21.22%
B = 68.02%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2549EA (or 0x2549EA) is known color: Royal Blue. HEX triplet: 25, 49 and EA. RGB value is (37,73,234). Sum of RGB (Red+Green+Blue) = 37+73+234=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #2549EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549EA is #DAB615. Grayscale: #4F4F4F. Windows color (decimal): -14333462 or 15354149. OLE color: 15354149.

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

Color convert

RGB 37 73 234 -
CMYK 0.84 0.69 0 0.08
HSL 229.04º 0.82% 0.53% -
HSV(B) 229.04º 0.84% 0.92% -
XYZ 18 11.1 79.04 -
YUV 80.59 214.57 96.91 -
System Red Green Blue C M Y K H S L
Decimal 37 73 234 0.84 0.69 0 0.08 229.04 0.82 0.53
Hex 25 49 EA 54 45 0 8 E5 52 35
Octal 45 111 352 124 105 0 10 345 122 65
Binary 100101 1001001 11101010 1010100 1000101 0 1000 11100101 1010010 110101

Color Harmonies of #2549EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549EA

Black with #2549EA

Text Example


Text Example

White with #2549EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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