Html Css Color HEX #525CDF Royal Blue

📋 copy color: '#525CDF'

red 82 ◦ green 92 ◦ blue 223

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

Shades of Royal Blue #525CDF

Tints of Royal Blue #525CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 20.65%
G = 23.17%
B = 56.17%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#525CDF (or 0x525CDF) is known color: Royal Blue. HEX triplet: 52, 5C and DF. RGB value is (82,92,223). Sum of RGB (Red+Green+Blue) = 82+92+223=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #525CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CDF is #ADA320. Grayscale: #676767. Windows color (decimal): -11379489 or 14638162. OLE color: 14638162.

HSL color Cylindrical-coordinate representation of color #525CDF: hue angle of 235.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525CDF is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 92 223 -
CMYK 0.63 0.59 0 0.13
HSL 235.74º 0.69% 0.6% -
HSV(B) 235.74º 0.63% 0.87% -
XYZ 20.63 14.78 71.58 -
YUV 103.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 82 92 223 0.63 0.59 0 0.13 235.74 0.69 0.6
Hex 52 5C DF 3F 3B 0 D EC 45 3C
Octal 122 134 337 77 73 0 15 354 105 74
Binary 1010010 1011100 11011111 111111 111011 0 1101 11101100 1000101 111100

Color Harmonies of #525CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CDF

Black with #525CDF

Text Example


Text Example

White with #525CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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