Html Css Color HEX #526CDC Royal Blue

📋 copy color: '#526CDC'

red 82 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #526CDC

Tints of Royal Blue #526CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

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

R = 20%
G = 26.34%
B = 53.66%

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

#526CDC (or 0x526CDC) is known color: Royal Blue. HEX triplet: 52, 6C and DC. RGB value is (82,108,220). Sum of RGB (Red+Green+Blue) = 82+108+220=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #526CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CDC is #AD9323. Grayscale: #707070. Windows color (decimal): -11375396 or 14445650. OLE color: 14445650.

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

Color convert

RGB 82 108 220 -
CMYK 0.63 0.51 0 0.14
HSL 228.7º 0.66% 0.59% -
HSV(B) 228.7º 0.63% 0.86% -
XYZ 21.76 17.69 69.98 -
YUV 112.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 82 108 220 0.63 0.51 0 0.14 228.7 0.66 0.59
Hex 52 6C DC 3F 33 0 E E5 42 3B
Octal 122 154 334 77 63 0 16 345 102 73
Binary 1010010 1101100 11011100 111111 110011 0 1110 11100101 1000010 111011

Color Harmonies of #526CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CDC

Black with #526CDC

Text Example


Text Example

White with #526CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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