Html Css Color HEX #525CDC Royal Blue

📋 copy color: '#525CDC'

red 82 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #525CDC

Tints of Royal Blue #525CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

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

R = 20.81%
G = 23.35%
B = 55.84%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#525CDC (or 0x525CDC) is known color: Royal Blue. HEX triplet: 52, 5C and DC. RGB value is (82,92,220). Sum of RGB (Red+Green+Blue) = 82+92+220=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #525CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CDC is #ADA323. Grayscale: #676767. Windows color (decimal): -11379492 or 14441554. OLE color: 14441554.

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

Color convert

RGB 82 92 220 -
CMYK 0.63 0.58 0 0.14
HSL 235.65º 0.66% 0.59% -
HSV(B) 235.65º 0.63% 0.86% -
XYZ 20.23 14.62 69.47 -
YUV 103.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 82 92 220 0.63 0.58 0 0.14 235.65 0.66 0.59
Hex 52 5C DC 3F 3A 0 E EC 42 3B
Octal 122 134 334 77 72 0 16 354 102 73
Binary 1010010 1011100 11011100 111111 111010 0 1110 11101100 1000010 111011

Color Harmonies of #525CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CDC

Black with #525CDC

Text Example


Text Example

White with #525CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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