Html Css Color HEX #526DCD Royal Blue

📋 copy color: '#526DCD'

red 82 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #526DCD

Tints of Royal Blue #526DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.53%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 20.71%
G = 27.53%
B = 51.77%

CMYK

 C value IS 0.6

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#526DCD (or 0x526DCD) is known color: Royal Blue. HEX triplet: 52, 6D and CD. RGB value is (82,109,205). Sum of RGB (Red+Green+Blue) = 82+109+205=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #526DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DCD is #AD9232. Grayscale: #6F6F6F. Windows color (decimal): -11375155 or 13462866. OLE color: 13462866.

HSL color Cylindrical-coordinate representation of color #526DCD: hue angle of 226.83º 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 #526DCD is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 109 205 -
CMYK 0.6 0.47 0 0.20
HSL 226.83º 0.55% 0.56% -
HSV(B) 226.83º 0.6% 0.8% -
XYZ 19.97 17.14 60.01 -
YUV 111.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 82 109 205 0.6 0.47 0 0.20 226.83 0.55 0.56
Hex 52 6D CD 3C 2F 0 14 E3 37 38
Octal 122 155 315 74 57 0 24 343 67 70
Binary 1010010 1101101 11001101 111100 101111 0 10100 11100011 110111 111000

Color Harmonies of #526DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DCD

Black with #526DCD

Text Example


Text Example

White with #526DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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