Html Css Color HEX #526FF0 Royal Blue

📋 copy color: '#526FF0'

red 82 ◦ green 111 ◦ blue 240

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

Shades of Royal Blue #526FF0

Tints of Royal Blue #526FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.43%

R = 18.94%
G = 25.64%
B = 55.43%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#526FF0 (or 0x526FF0) is known color: Royal Blue. HEX triplet: 52, 6F and F0. RGB value is (82,111,240). Sum of RGB (Red+Green+Blue) = 82+111+240=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #526FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FF0 is #AD900F. Grayscale: #747474. Windows color (decimal): -11374608 or 15757138. OLE color: 15757138.

HSL color Cylindrical-coordinate representation of color #526FF0: hue angle of 228.99º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526FF0 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 111 240 -
CMYK 0.66 0.54 0 0.06
HSL 228.99º 0.84% 0.63% -
HSV(B) 228.99º 0.66% 0.94% -
XYZ 24.89 19.45 84.88 -
YUV 117.04 197.39 103.01 -
System Red Green Blue C M Y K H S L
Decimal 82 111 240 0.66 0.54 0 0.06 228.99 0.84 0.63
Hex 52 6F F0 42 36 0 6 E5 54 3F
Octal 122 157 360 102 66 0 6 345 124 77
Binary 1010010 1101111 11110000 1000010 110110 0 110 11100101 1010100 111111

Color Harmonies of #526FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FF0

Black with #526FF0

Text Example


Text Example

White with #526FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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