Html Css Color HEX #2548ED Royal Blue

📋 copy color: '#2548ED'

red 37 ◦ green 72 ◦ blue 237

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

Shades of Royal Blue #2548ED

Tints of Royal Blue #2548ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 237 (92.97% from 255) = 68.5%

R = 10.69%
G = 20.81%
B = 68.5%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2548ED (or 0x2548ED) is known color: Royal Blue. HEX triplet: 25, 48 and ED. RGB value is (37,72,237). Sum of RGB (Red+Green+Blue) = 37+72+237=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #2548ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2548ED is #DAB712. Grayscale: #4F4F4F. Windows color (decimal): -14333715 or 15550501. OLE color: 15550501.

HSL color Cylindrical-coordinate representation of color #2548ED: hue angle of 229.5º degrees, saturation: 0.85, 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 #2548ED is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 72 237 -
CMYK 0.84 0.70 0 0.07
HSL 229.5º 0.85% 0.54% -
HSV(B) 229.5º 0.84% 0.93% -
XYZ 18.37 11.14 81.3 -
YUV 80.35 216.4 97.08 -
System Red Green Blue C M Y K H S L
Decimal 37 72 237 0.84 0.70 0 0.07 229.5 0.85 0.54
Hex 25 48 ED 54 46 0 7 E6 55 36
Octal 45 110 355 124 106 0 7 346 125 66
Binary 100101 1001000 11101101 1010100 1000110 0 111 11100110 1010101 110110

Color Harmonies of #2548ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2548ED

Black with #2548ED

Text Example


Text Example

White with #2548ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2548ED; }

 p { color: rgb(37,72,237); }

 H1.HeaderClassName
 {
   color: #2548ED;
 }
 .AnyTagClassName
 {
   color: #2548ED;
 }
</style>

background-color css

<style>
 a { background-color: #2548ED; }

 a { background-color: rgb(37,72,237); }

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

border-color css

<style>
 span { border-color: #2548ED; }

 span { border-color: rgb(37,72,237); }

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