Html Css Color HEX #525FDC Royal Blue

📋 copy color: '#525FDC'

red 82 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #525FDC

Tints of Royal Blue #525FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

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

R = 20.65%
G = 23.93%
B = 55.42%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#525FDC (or 0x525FDC) is known color: Royal Blue. HEX triplet: 52, 5F and DC. RGB value is (82,95,220). Sum of RGB (Red+Green+Blue) = 82+95+220=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #525FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FDC is #ADA023. Grayscale: #686868. Windows color (decimal): -11378724 or 14442322. OLE color: 14442322.

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

Color convert

RGB 82 95 220 -
CMYK 0.63 0.57 0 0.14
HSL 234.35º 0.66% 0.59% -
HSV(B) 234.35º 0.63% 0.86% -
XYZ 20.49 15.15 69.55 -
YUV 105.36 192.69 111.34 -
System Red Green Blue C M Y K H S L
Decimal 82 95 220 0.63 0.57 0 0.14 234.35 0.66 0.59
Hex 52 5F DC 3F 39 0 E EA 42 3B
Octal 122 137 334 77 71 0 16 352 102 73
Binary 1010010 1011111 11011100 111111 111001 0 1110 11101010 1000010 111011

Color Harmonies of #525FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FDC

Black with #525FDC

Text Example


Text Example

White with #525FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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