Html Css Color HEX #525EDF Royal Blue

📋 copy color: '#525EDF'

red 82 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #525EDF

Tints of Royal Blue #525EDF

RGB

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

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

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

R = 20.55%
G = 23.56%
B = 55.89%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#525EDF (or 0x525EDF) is known color: Royal Blue. HEX triplet: 52, 5E and DF. RGB value is (82,94,223). Sum of RGB (Red+Green+Blue) = 82+94+223=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #525EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EDF is #ADA120. Grayscale: #686868. Windows color (decimal): -11378977 or 14638674. OLE color: 14638674.

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

Color convert

RGB 82 94 223 -
CMYK 0.63 0.58 0 0.13
HSL 234.89º 0.69% 0.6% -
HSV(B) 234.89º 0.63% 0.87% -
XYZ 20.8 15.13 71.64 -
YUV 105.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 82 94 223 0.63 0.58 0 0.13 234.89 0.69 0.6
Hex 52 5E DF 3F 3A 0 D EB 45 3C
Octal 122 136 337 77 72 0 15 353 105 74
Binary 1010010 1011110 11011111 111111 111010 0 1101 11101011 1000101 111100

Color Harmonies of #525EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525EDF

Black with #525EDF

Text Example


Text Example

White with #525EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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