Html Css Color HEX #526CF1 Royal Blue

📋 copy color: '#526CF1'

red 82 ◦ green 108 ◦ blue 241

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

Shades of Royal Blue #526CF1

Tints of Royal Blue #526CF1

RGB

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

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

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

R = 19.03%
G = 25.06%
B = 55.92%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#526CF1 (or 0x526CF1) is known color: Royal Blue. HEX triplet: 52, 6C and F1. RGB value is (82,108,241). Sum of RGB (Red+Green+Blue) = 82+108+241=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #526CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CF1 is #AD930E. Grayscale: #727272. Windows color (decimal): -11375375 or 15821906. OLE color: 15821906.

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

Color convert

RGB 82 108 241 -
CMYK 0.66 0.55 0 0.05
HSL 230.19º 0.85% 0.63% -
HSV(B) 230.19º 0.66% 0.95% -
XYZ 24.72 18.87 85.56 -
YUV 115.39 198.89 104.19 -
System Red Green Blue C M Y K H S L
Decimal 82 108 241 0.66 0.55 0 0.05 230.19 0.85 0.63
Hex 52 6C F1 42 37 0 5 E6 55 3F
Octal 122 154 361 102 67 0 5 346 125 77
Binary 1010010 1101100 11110001 1000010 110111 0 101 11100110 1010101 111111

Color Harmonies of #526CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CF1

Black with #526CF1

Text Example


Text Example

White with #526CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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