Html Css Color HEX #526AF1 Royal Blue

📋 copy color: '#526AF1'

red 82 ◦ green 106 ◦ blue 241

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

Shades of Royal Blue #526AF1

Tints of Royal Blue #526AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 19.11%
G = 24.71%
B = 56.18%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#526AF1 (or 0x526AF1) is known color: Royal Blue. HEX triplet: 52, 6A and F1. RGB value is (82,106,241). Sum of RGB (Red+Green+Blue) = 82+106+241=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #526AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526AF1 is #AD950E. Grayscale: #717171. Windows color (decimal): -11375887 or 15821394. OLE color: 15821394.

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

Color convert

RGB 82 106 241 -
CMYK 0.66 0.56 0 0.05
HSL 230.94º 0.85% 0.63% -
HSV(B) 230.94º 0.66% 0.95% -
XYZ 24.51 18.45 85.49 -
YUV 114.21 199.55 105.02 -
System Red Green Blue C M Y K H S L
Decimal 82 106 241 0.66 0.56 0 0.05 230.94 0.85 0.63
Hex 52 6A F1 42 38 0 5 E7 55 3F
Octal 122 152 361 102 70 0 5 347 125 77
Binary 1010010 1101010 11110001 1000010 111000 0 101 11100111 1010101 111111

Color Harmonies of #526AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AF1

Black with #526AF1

Text Example


Text Example

White with #526AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,106,241); }

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

background-color css

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

 a { background-color: rgb(82,106,241); }

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

border-color css

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

 span { border-color: rgb(82,106,241); }

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