#527EDF

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

Shades of Royal Blue #527EDF

Tints of Royal Blue #527EDF

Color information

#527EDF (or 0x527EDF) is unknown color: approx Royal Blue. HEX triplet: 52, 7E and DF. RGB value is (82,126,223). Sum of RGB (Red+Green+Blue) = 82+126+223=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #527EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EDF is #AD8120. Grayscale: #7B7B7B. Windows color (decimal): -11370785 or 14646866. OLE color: 14646866.

HSL color Cylindrical-coordinate representation of color #527EDF: hue angle of 221.28º degrees, saturation: 0.69, 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 #527EDF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82126223-
CMYK0.630.4300.13
HSL221.28º68.78%59.8%-
HSV(B)221.28º63.23%87.45%-
XYZ24.2622.0472.79-
YUV123.9183.9298.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 223 (87.5% from 255) = 51.74%
R=19.03%
G=29.23%
B=51.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821262230.630.4300.13221.2868.7859.8
Hex527EDF3F2B0Ddd453c
Octal122176337775301533510574
Binary101001011111101101111111111110101101101110111011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527EDF; }

 p { color: rgb(82,126,223); }

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

<style>
 a { background-color: #527EDF; }

 a { background-color: rgb(82,126,223); }

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

<style>
 span { border-color: #527EDF; }

 span { border-color: rgb(82,126,223); }

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