Html Css Color HEX #526FDF Royal Blue

📋 copy color: '#526FDF'

red 82 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #526FDF

Tints of Royal Blue #526FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

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

R = 19.71%
G = 26.68%
B = 53.61%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#526FDF (or 0x526FDF) is known color: Royal Blue. HEX triplet: 52, 6F and DF. RGB value is (82,111,223). Sum of RGB (Red+Green+Blue) = 82+111+223=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #526FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FDF is #AD9020. Grayscale: #727272. Windows color (decimal): -11374625 or 14643026. OLE color: 14643026.

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

Color convert

RGB 82 111 223 -
CMYK 0.63 0.50 0 0.13
HSL 227.66º 0.69% 0.6% -
HSV(B) 227.66º 0.63% 0.87% -
XYZ 22.48 18.49 72.2 -
YUV 115.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 82 111 223 0.63 0.50 0 0.13 227.66 0.69 0.6
Hex 52 6F DF 3F 32 0 D E4 45 3C
Octal 122 157 337 77 62 0 15 344 105 74
Binary 1010010 1101111 11011111 111111 110010 0 1101 11100100 1000101 111100

Color Harmonies of #526FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FDF

Black with #526FDF

Text Example


Text Example

White with #526FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526FDF; }

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

 H1.HeaderClassName
 {
   color: #526FDF;
 }
 .AnyTagClassName
 {
   color: #526FDF;
 }
</style>

background-color css

<style>
 a { background-color: #526FDF; }

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

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

border-color css

<style>
 span { border-color: #526FDF; }

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

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