Html Css Color HEX #526BF6 Royal Blue

📋 copy color: '#526BF6'

red 82 ◦ green 107 ◦ blue 246

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

Shades of Royal Blue #526BF6

Tints of Royal Blue #526BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.55%

R = 18.85%
G = 24.6%
B = 56.55%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#526BF6 (or 0x526BF6) is known color: Royal Blue. HEX triplet: 52, 6B and F6. RGB value is (82,107,246). Sum of RGB (Red+Green+Blue) = 82+107+246=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #526BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BF6 is #AD9409. Grayscale: #727272. Windows color (decimal): -11375626 or 16149330. OLE color: 16149330.

HSL color Cylindrical-coordinate representation of color #526BF6: hue angle of 230.85º degrees, saturation: 0.9, 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 #526BF6 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 107 246 -
CMYK 0.67 0.57 0 0.04
HSL 230.85º 0.9% 0.64% -
HSV(B) 230.85º 0.67% 0.96% -
XYZ 25.37 18.96 89.51 -
YUV 115.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 82 107 246 0.67 0.57 0 0.04 230.85 0.9 0.64
Hex 52 6B F6 43 39 0 4 E7 5A 40
Octal 122 153 366 103 71 0 4 347 132 100
Binary 1010010 1101011 11110110 1000011 111001 0 100 11100111 1011010 1000000

Color Harmonies of #526BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BF6

Black with #526BF6

Text Example


Text Example

White with #526BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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