Html Css Color HEX #5270DE Royal Blue

📋 copy color: '#5270DE'

red 82 ◦ green 112 ◦ blue 222

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

Shades of Royal Blue #5270DE

Tints of Royal Blue #5270DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 19.71%
G = 26.92%
B = 53.37%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5270DE (or 0x5270DE) is known color: Royal Blue. HEX triplet: 52, 70 and DE. RGB value is (82,112,222). Sum of RGB (Red+Green+Blue) = 82+112+222=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #5270DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270DE is #AD8F21. Grayscale: #737373. Windows color (decimal): -11374370 or 14577746. OLE color: 14577746.

HSL color Cylindrical-coordinate representation of color #5270DE: hue angle of 227.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5270DE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 112 222 -
CMYK 0.63 0.50 0 0.13
HSL 227.14º 0.68% 0.6% -
HSV(B) 227.14º 0.63% 0.87% -
XYZ 22.46 18.66 71.52 -
YUV 115.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 82 112 222 0.63 0.50 0 0.13 227.14 0.68 0.6
Hex 52 70 DE 3F 32 0 D E3 44 3C
Octal 122 160 336 77 62 0 15 343 104 74
Binary 1010010 1110000 11011110 111111 110010 0 1101 11100011 1000100 111100

Color Harmonies of #5270DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270DE

Black with #5270DE

Text Example


Text Example

White with #5270DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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