Html Css Color HEX #527ADC Royal Blue

📋 copy color: '#527ADC'

red 82 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #527ADC

Tints of Royal Blue #527ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 19.34%
G = 28.77%
B = 51.89%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#527ADC (or 0x527ADC) is known color: Royal Blue. HEX triplet: 52, 7A and DC. RGB value is (82,122,220). Sum of RGB (Red+Green+Blue) = 82+122+220=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #527ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ADC is #AD8523. Grayscale: #787878. Windows color (decimal): -11371812 or 14449234. OLE color: 14449234.

HSL color Cylindrical-coordinate representation of color #527ADC: hue angle of 222.61º 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 #527ADC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 122 220 -
CMYK 0.63 0.45 0 0.14
HSL 222.61º 0.66% 0.59% -
HSV(B) 222.61º 0.63% 0.86% -
XYZ 23.36 20.88 70.51 -
YUV 121.21 183.75 100.03 -
System Red Green Blue C M Y K H S L
Decimal 82 122 220 0.63 0.45 0 0.14 222.61 0.66 0.59
Hex 52 7A DC 3F 2D 0 E DF 42 3B
Octal 122 172 334 77 55 0 16 337 102 73
Binary 1010010 1111010 11011100 111111 101101 0 1110 11011111 1000010 111011

Color Harmonies of #527ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ADC

Black with #527ADC

Text Example


Text Example

White with #527ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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