#5270CD

Color #5270CD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5270CD

Tints of Royal Blue #5270CD

Color information

#5270CD (or 0x5270CD) is unknown color: approx Royal Blue. HEX triplet: 52, 70 and CD. RGB value is (82,112,205). Sum of RGB (Red+Green+Blue) = 82+112+205=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #5270CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270CD is #AD8F32. Grayscale: #717171. Windows color (decimal): -11374387 or 13463634. OLE color: 13463634.

HSL color Cylindrical-coordinate representation of color #5270CD: hue angle of 225.37º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5270CD is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82112205-
CMYK0.60.4500.20
HSL225.37º55.16%56.27%-
HSV(B)225.37º60%80.39%-
XYZ20.2917.7960.12-
YUV113.63179.56105.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=20.55%
G=28.07%
B=51.38%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821122050.60.4500.20225.3755.1656.27
Hex5270CD3C2D014e13738
Octal12216031574550243416770
Binary101001011100001100110111110010110101010011100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5270CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5270CD;
 }
 .AnyTagClassName
 {
   color: #5270CD;
 }
</style>
background-color css

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

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

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

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

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

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