Html Css Color HEX #2547EB Royal Blue

📋 copy color: '#2547EB'

red 37 ◦ green 71 ◦ blue 235

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

Shades of Royal Blue #2547EB

Tints of Royal Blue #2547EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 10.79%
G = 20.7%
B = 68.51%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2547EB (or 0x2547EB) is known color: Royal Blue. HEX triplet: 25, 47 and EB. RGB value is (37,71,235). Sum of RGB (Red+Green+Blue) = 37+71+235=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #2547EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2547EB is #DAB814. Grayscale: #4E4E4E. Windows color (decimal): -14333973 or 15419173. OLE color: 15419173.

HSL color Cylindrical-coordinate representation of color #2547EB: hue angle of 229.7º 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 #2547EB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 71 235 -
CMYK 0.84 0.70 0 0.08
HSL 229.7º 0.83% 0.53% -
HSV(B) 229.7º 0.84% 0.92% -
XYZ 18.01 10.9 79.75 -
YUV 79.53 215.74 97.66 -
System Red Green Blue C M Y K H S L
Decimal 37 71 235 0.84 0.70 0 0.08 229.7 0.83 0.53
Hex 25 47 EB 54 46 0 8 E6 53 35
Octal 45 107 353 124 106 0 10 346 123 65
Binary 100101 1000111 11101011 1010100 1000110 0 1000 11100110 1010011 110101

Color Harmonies of #2547EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2547EB

Black with #2547EB

Text Example


Text Example

White with #2547EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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