Html Css Color HEX #526BDC Royal Blue

📋 copy color: '#526BDC'

red 82 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #526BDC

Tints of Royal Blue #526BDC

RGB

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

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

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

R = 20.05%
G = 26.16%
B = 53.79%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#526BDC (or 0x526BDC) is known color: Royal Blue. HEX triplet: 52, 6B and DC. RGB value is (82,107,220). Sum of RGB (Red+Green+Blue) = 82+107+220=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #526BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BDC is #AD9423. Grayscale: #6F6F6F. Windows color (decimal): -11375652 or 14445394. OLE color: 14445394.

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

Color convert

RGB 82 107 220 -
CMYK 0.63 0.51 0 0.14
HSL 229.13º 0.66% 0.59% -
HSV(B) 229.13º 0.63% 0.86% -
XYZ 21.66 17.48 69.94 -
YUV 112.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 82 107 220 0.63 0.51 0 0.14 229.13 0.66 0.59
Hex 52 6B DC 3F 33 0 E E5 42 3B
Octal 122 153 334 77 63 0 16 345 102 73
Binary 1010010 1101011 11011100 111111 110011 0 1110 11100101 1000010 111011

Color Harmonies of #526BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BDC

Black with #526BDC

Text Example


Text Example

White with #526BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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