Html Css Color HEX #527EDC Royal Blue

📋 copy color: '#527EDC'

red 82 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #527EDC

Tints of Royal Blue #527EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 19.16%
G = 29.44%
B = 51.4%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#527EDC (or 0x527EDC) is known color: Royal Blue. HEX triplet: 52, 7E and DC. RGB value is (82,126,220). Sum of RGB (Red+Green+Blue) = 82+126+220=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #527EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EDC is #AD8123. Grayscale: #7B7B7B. Windows color (decimal): -11370788 or 14450258. OLE color: 14450258.

HSL color Cylindrical-coordinate representation of color #527EDC: hue angle of 220.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527EDC is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 126 220 -
CMYK 0.63 0.43 0 0.14
HSL 220.87º 0.66% 0.59% -
HSV(B) 220.87º 0.63% 0.86% -
XYZ 23.86 21.88 70.68 -
YUV 123.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 82 126 220 0.63 0.43 0 0.14 220.87 0.66 0.59
Hex 52 7E DC 3F 2B 0 E DD 42 3B
Octal 122 176 334 77 53 0 16 335 102 73
Binary 1010010 1111110 11011100 111111 101011 0 1110 11011101 1000010 111011

Color Harmonies of #527EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EDC

Black with #527EDC

Text Example


Text Example

White with #527EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #527EDC;
 }
 .AnyTagClassName
 {
   color: #527EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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