Html Css Color HEX #526FCE Royal Blue

📋 copy color: '#526FCE'

red 82 ◦ green 111 ◦ blue 206

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

Shades of Royal Blue #526FCE

Tints of Royal Blue #526FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.82%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 20.55%
G = 27.82%
B = 51.63%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#526FCE (or 0x526FCE) is known color: Royal Blue. HEX triplet: 52, 6F and CE. RGB value is (82,111,206). Sum of RGB (Red+Green+Blue) = 82+111+206=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #526FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FCE is #AD9031. Grayscale: #707070. Windows color (decimal): -11374642 or 13528914. OLE color: 13528914.

HSL color Cylindrical-coordinate representation of color #526FCE: hue angle of 225.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526FCE is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 111 206 -
CMYK 0.60 0.46 0 0.19
HSL 225.97º 0.56% 0.56% -
HSV(B) 225.97º 0.6% 0.81% -
XYZ 20.3 17.62 60.72 -
YUV 113.16 180.39 105.78 -
System Red Green Blue C M Y K H S L
Decimal 82 111 206 0.60 0.46 0 0.19 225.97 0.56 0.56
Hex 52 6F CE 3C 2E 0 13 E2 38 38
Octal 122 157 316 74 56 0 23 342 70 70
Binary 1010010 1101111 11001110 111100 101110 0 10011 11100010 111000 111000

Color Harmonies of #526FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FCE

Black with #526FCE

Text Example


Text Example

White with #526FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,206); }

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

background-color css

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

 a { background-color: rgb(82,111,206); }

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

border-color css

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

 span { border-color: rgb(82,111,206); }

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