Html Css Color HEX #526BF1 Royal Blue

📋 copy color: '#526BF1'

red 82 ◦ green 107 ◦ blue 241

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

Shades of Royal Blue #526BF1

Tints of Royal Blue #526BF1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

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

R = 19.07%
G = 24.88%
B = 56.05%

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

#526BF1 (or 0x526BF1) is known color: Royal Blue. HEX triplet: 52, 6B and F1. RGB value is (82,107,241). Sum of RGB (Red+Green+Blue) = 82+107+241=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #526BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BF1 is #AD940E. Grayscale: #727272. Windows color (decimal): -11375631 or 15821650. OLE color: 15821650.

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

Color convert

RGB 82 107 241 -
CMYK 0.66 0.56 0 0.05
HSL 230.57º 0.85% 0.63% -
HSV(B) 230.57º 0.66% 0.95% -
XYZ 24.61 18.66 85.52 -
YUV 114.8 199.22 104.6 -
System Red Green Blue C M Y K H S L
Decimal 82 107 241 0.66 0.56 0 0.05 230.57 0.85 0.63
Hex 52 6B F1 42 38 0 5 E7 55 3F
Octal 122 153 361 102 70 0 5 347 125 77
Binary 1010010 1101011 11110001 1000010 111000 0 101 11100111 1010101 111111

Color Harmonies of #526BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BF1

Black with #526BF1

Text Example


Text Example

White with #526BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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