Html Css Color HEX #526CF5 Royal Blue

📋 copy color: '#526CF5'

red 82 ◦ green 108 ◦ blue 245

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

Shades of Royal Blue #526CF5

Tints of Royal Blue #526CF5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.83%

 BLUE value IS 245 (96.09% from 255) = 56.32%

R = 18.85%
G = 24.83%
B = 56.32%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#526CF5 (or 0x526CF5) is known color: Royal Blue. HEX triplet: 52, 6C and F5. RGB value is (82,108,245). Sum of RGB (Red+Green+Blue) = 82+108+245=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #526CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CF5 is #AD930A. Grayscale: #737373. Windows color (decimal): -11375371 or 16084050. OLE color: 16084050.

HSL color Cylindrical-coordinate representation of color #526CF5: hue angle of 230.43º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526CF5 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 108 245 -
CMYK 0.67 0.56 0 0.04
HSL 230.43º 0.89% 0.64% -
HSV(B) 230.43º 0.67% 0.96% -
XYZ 25.32 19.11 88.74 -
YUV 115.84 200.89 103.86 -
System Red Green Blue C M Y K H S L
Decimal 82 108 245 0.67 0.56 0 0.04 230.43 0.89 0.64
Hex 52 6C F5 43 38 0 4 E6 59 40
Octal 122 154 365 103 70 0 4 346 131 100
Binary 1010010 1101100 11110101 1000011 111000 0 100 11100110 1011001 1000000

Color Harmonies of #526CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CF5

Black with #526CF5

Text Example


Text Example

White with #526CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,245); }

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

background-color css

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

 a { background-color: rgb(82,108,245); }

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

border-color css

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

 span { border-color: rgb(82,108,245); }

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