Html Css Color HEX #526AF0 Royal Blue

📋 copy color: '#526AF0'

red 82 ◦ green 106 ◦ blue 240

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

Shades of Royal Blue #526AF0

Tints of Royal Blue #526AF0

RGB

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

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

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

R = 19.16%
G = 24.77%
B = 56.07%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#526AF0 (or 0x526AF0) is known color: Royal Blue. HEX triplet: 52, 6A and F0. RGB value is (82,106,240). Sum of RGB (Red+Green+Blue) = 82+106+240=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #526AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526AF0 is #AD950F. Grayscale: #717171. Windows color (decimal): -11375888 or 15755858. OLE color: 15755858.

HSL color Cylindrical-coordinate representation of color #526AF0: hue angle of 230.89º 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 #526AF0 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 106 240 -
CMYK 0.66 0.56 0 0.06
HSL 230.89º 0.84% 0.63% -
HSV(B) 230.89º 0.66% 0.94% -
XYZ 24.36 18.39 84.7 -
YUV 114.1 199.05 105.1 -
System Red Green Blue C M Y K H S L
Decimal 82 106 240 0.66 0.56 0 0.06 230.89 0.84 0.63
Hex 52 6A F0 42 38 0 6 E7 54 3F
Octal 122 152 360 102 70 0 6 347 124 77
Binary 1010010 1101010 11110000 1000010 111000 0 110 11100111 1010100 111111

Color Harmonies of #526AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AF0

Black with #526AF0

Text Example


Text Example

White with #526AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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