Html Css Color HEX #526FFF Royal Blue

📋 copy color: '#526FFF'

red 82 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #526FFF

Tints of Royal Blue #526FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 18.3%
G = 24.78%
B = 56.92%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#526FFF (or 0x526FFF) is known color: Royal Blue. HEX triplet: 52, 6F and FF. RGB value is (82,111,255). Sum of RGB (Red+Green+Blue) = 82+111+255=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #526FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FFF is #AD9000. Grayscale: #767676. Windows color (decimal): -11374593 or 16740178. OLE color: 16740178.

HSL color Cylindrical-coordinate representation of color #526FFF: hue angle of 229.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526FFF is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 111 255 -
CMYK 0.68 0.56 0 0
HSL 229.94º 1% 0.66% -
HSV(B) 229.94º 0.68% 1% -
XYZ 27.21 20.38 97.11 -
YUV 118.75 204.89 101.79 -
System Red Green Blue C M Y K H S L
Decimal 82 111 255 0.68 0.56 0 0 229.94 1 0.66
Hex 52 6F FF 44 38 0 0 E6 64 42
Octal 122 157 377 104 70 0 0 346 144 102
Binary 1010010 1101111 11111111 1000100 111000 0 0 11100110 1100100 1000010

Color Harmonies of #526FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FFF

Black with #526FFF

Text Example


Text Example

White with #526FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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