Html Css Color HEX #526EFF Royal Blue

📋 copy color: '#526EFF'

red 82 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #526EFF

Tints of Royal Blue #526EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

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

R = 18.34%
G = 24.61%
B = 57.05%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#526EFF (or 0x526EFF) is known color: Royal Blue. HEX triplet: 52, 6E and FF. RGB value is (82,110,255). Sum of RGB (Red+Green+Blue) = 82+110+255=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #526EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EFF is #AD9100. Grayscale: #757575. Windows color (decimal): -11374849 or 16739922. OLE color: 16739922.

HSL color Cylindrical-coordinate representation of color #526EFF: hue angle of 230.29º 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 #526EFF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 110 255 -
CMYK 0.68 0.57 0 0
HSL 230.29º 1% 0.66% -
HSV(B) 230.29º 0.68% 1% -
XYZ 27.11 20.17 97.07 -
YUV 118.16 205.22 102.21 -
System Red Green Blue C M Y K H S L
Decimal 82 110 255 0.68 0.57 0 0 230.29 1 0.66
Hex 52 6E FF 44 39 0 0 E6 64 42
Octal 122 156 377 104 71 0 0 346 144 102
Binary 1010010 1101110 11111111 1000100 111001 0 0 11100110 1100100 1000010

Color Harmonies of #526EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EFF

Black with #526EFF

Text Example


Text Example

White with #526EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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