Html Css Color HEX #5270E5 Royal Blue

📋 copy color: '#5270E5'

red 82 ◦ green 112 ◦ blue 229

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

Shades of Royal Blue #5270E5

Tints of Royal Blue #5270E5

RGB

 RED value IS 82 (32.42% from 255) = 19.39%

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 229 (89.84% from 255) = 54.14%

R = 19.39%
G = 26.48%
B = 54.14%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5270E5 (or 0x5270E5) is known color: Royal Blue. HEX triplet: 52, 70 and E5. RGB value is (82,112,229). Sum of RGB (Red+Green+Blue) = 82+112+229=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #5270E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270E5 is #AD8F1A. Grayscale: #737373. Windows color (decimal): -11374363 or 15036498. OLE color: 15036498.

HSL color Cylindrical-coordinate representation of color #5270E5: hue angle of 227.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5270E5 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 112 229 -
CMYK 0.64 0.51 0 0.10
HSL 227.76º 0.74% 0.61% -
HSV(B) 227.76º 0.64% 0.9% -
XYZ 23.42 19.04 76.57 -
YUV 116.37 191.56 103.49 -
System Red Green Blue C M Y K H S L
Decimal 82 112 229 0.64 0.51 0 0.10 227.76 0.74 0.61
Hex 52 70 E5 40 33 0 A E4 4A 3D
Octal 122 160 345 100 63 0 12 344 112 75
Binary 1010010 1110000 11100101 1000000 110011 0 1010 11100100 1001010 111101

Color Harmonies of #5270E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270E5

Black with #5270E5

Text Example


Text Example

White with #5270E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5270E5; }

 p { color: rgb(82,112,229); }

 H1.HeaderClassName
 {
   color: #5270E5;
 }
 .AnyTagClassName
 {
   color: #5270E5;
 }
</style>

background-color css

<style>
 a { background-color: #5270E5; }

 a { background-color: rgb(82,112,229); }

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

border-color css

<style>
 span { border-color: #5270E5; }

 span { border-color: rgb(82,112,229); }

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