Html Css Color HEX #526FD0 Royal Blue

📋 copy color: '#526FD0'

red 82 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #526FD0

Tints of Royal Blue #526FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.87%

R = 20.45%
G = 27.68%
B = 51.87%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#526FD0 (or 0x526FD0) is known color: Royal Blue. HEX triplet: 52, 6F and D0. RGB value is (82,111,208). Sum of RGB (Red+Green+Blue) = 82+111+208=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #526FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FD0 is #AD902F. Grayscale: #707070. Windows color (decimal): -11374640 or 13659986. OLE color: 13659986.

HSL color Cylindrical-coordinate representation of color #526FD0: hue angle of 226.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526FD0 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 111 208 -
CMYK 0.61 0.47 0 0.18
HSL 226.19º 0.57% 0.57% -
HSV(B) 226.19º 0.61% 0.82% -
XYZ 20.55 17.72 62.01 -
YUV 113.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 82 111 208 0.61 0.47 0 0.18 226.19 0.57 0.57
Hex 52 6F D0 3D 2F 0 12 E2 39 39
Octal 122 157 320 75 57 0 22 342 71 71
Binary 1010010 1101111 11010000 111101 101111 0 10010 11100010 111001 111001

Color Harmonies of #526FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FD0

Black with #526FD0

Text Example


Text Example

White with #526FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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