Html Css Color HEX #526BD7 Royal Blue

📋 copy color: '#526BD7'

red 82 ◦ green 107 ◦ blue 215

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

Shades of Royal Blue #526BD7

Tints of Royal Blue #526BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

 BLUE value IS 215 (84.38% from 255) = 53.22%

R = 20.3%
G = 26.49%
B = 53.22%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#526BD7 (or 0x526BD7) is known color: Royal Blue. HEX triplet: 52, 6B and D7. RGB value is (82,107,215). Sum of RGB (Red+Green+Blue) = 82+107+215=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #526BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BD7 is #AD9428. Grayscale: #6F6F6F. Windows color (decimal): -11375657 or 14117714. OLE color: 14117714.

HSL color Cylindrical-coordinate representation of color #526BD7: hue angle of 228.72º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526BD7 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 107 215 -
CMYK 0.62 0.50 0 0.16
HSL 228.72º 0.62% 0.58% -
HSV(B) 228.72º 0.62% 0.84% -
XYZ 21 17.22 66.51 -
YUV 111.84 186.22 106.72 -
System Red Green Blue C M Y K H S L
Decimal 82 107 215 0.62 0.50 0 0.16 228.72 0.62 0.58
Hex 52 6B D7 3E 32 0 10 E5 3E 3A
Octal 122 153 327 76 62 0 20 345 76 72
Binary 1010010 1101011 11010111 111110 110010 0 10000 11100101 111110 111010

Color Harmonies of #526BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BD7

Black with #526BD7

Text Example


Text Example

White with #526BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526BD7; }

 p { color: rgb(82,107,215); }

 H1.HeaderClassName
 {
   color: #526BD7;
 }
 .AnyTagClassName
 {
   color: #526BD7;
 }
</style>

background-color css

<style>
 a { background-color: #526BD7; }

 a { background-color: rgb(82,107,215); }

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

border-color css

<style>
 span { border-color: #526BD7; }

 span { border-color: rgb(82,107,215); }

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