Html Css Color HEX #525EDC Royal Blue

📋 copy color: '#525EDC'

red 82 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #525EDC

Tints of Royal Blue #525EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

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

R = 20.71%
G = 23.74%
B = 55.56%

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

#525EDC (or 0x525EDC) is known color: Royal Blue. HEX triplet: 52, 5E and DC. RGB value is (82,94,220). Sum of RGB (Red+Green+Blue) = 82+94+220=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #525EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EDC is #ADA123. Grayscale: #686868. Windows color (decimal): -11378980 or 14442066. OLE color: 14442066.

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

Color convert

RGB 82 94 220 -
CMYK 0.63 0.57 0 0.14
HSL 234.78º 0.66% 0.59% -
HSV(B) 234.78º 0.63% 0.86% -
XYZ 20.4 14.97 69.52 -
YUV 104.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 82 94 220 0.63 0.57 0 0.14 234.78 0.66 0.59
Hex 52 5E DC 3F 39 0 E EB 42 3B
Octal 122 136 334 77 71 0 16 353 102 73
Binary 1010010 1011110 11011100 111111 111001 0 1110 11101011 1000010 111011

Color Harmonies of #525EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525EDC

Black with #525EDC

Text Example


Text Example

White with #525EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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