Html Css Color HEX #525DDF Royal Blue

📋 copy color: '#525DDF'

red 82 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #525DDF

Tints of Royal Blue #525DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

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

R = 20.6%
G = 23.37%
B = 56.03%

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

#525DDF (or 0x525DDF) is known color: Royal Blue. HEX triplet: 52, 5D and DF. RGB value is (82,93,223). Sum of RGB (Red+Green+Blue) = 82+93+223=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #525DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DDF is #ADA220. Grayscale: #686868. Windows color (decimal): -11379233 or 14638418. OLE color: 14638418.

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

Color convert

RGB 82 93 223 -
CMYK 0.63 0.58 0 0.13
HSL 235.32º 0.69% 0.6% -
HSV(B) 235.32º 0.63% 0.87% -
XYZ 20.71 14.95 71.61 -
YUV 104.53 194.86 111.93 -
System Red Green Blue C M Y K H S L
Decimal 82 93 223 0.63 0.58 0 0.13 235.32 0.69 0.6
Hex 52 5D DF 3F 3A 0 D EB 45 3C
Octal 122 135 337 77 72 0 15 353 105 74
Binary 1010010 1011101 11011111 111111 111010 0 1101 11101011 1000101 111100

Color Harmonies of #525DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DDF

Black with #525DDF

Text Example


Text Example

White with #525DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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