Html Css Color HEX #526FF8 Royal Blue

📋 copy color: '#526FF8'

red 82 ◦ green 111 ◦ blue 248

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

Shades of Royal Blue #526FF8

Tints of Royal Blue #526FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.24%

R = 18.59%
G = 25.17%
B = 56.24%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#526FF8 (or 0x526FF8) is known color: Royal Blue. HEX triplet: 52, 6F and F8. RGB value is (82,111,248). Sum of RGB (Red+Green+Blue) = 82+111+248=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #526FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FF8 is #AD9007. Grayscale: #757575. Windows color (decimal): -11374600 or 16281426. OLE color: 16281426.

HSL color Cylindrical-coordinate representation of color #526FF8: hue angle of 229.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526FF8 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 111 248 -
CMYK 0.67 0.55 0 0.03
HSL 229.52º 0.92% 0.65% -
HSV(B) 229.52º 0.67% 0.97% -
XYZ 26.11 19.94 91.28 -
YUV 117.95 201.39 102.36 -
System Red Green Blue C M Y K H S L
Decimal 82 111 248 0.67 0.55 0 0.03 229.52 0.92 0.65
Hex 52 6F F8 43 37 0 3 E6 5C 41
Octal 122 157 370 103 67 0 3 346 134 101
Binary 1010010 1101111 11111000 1000011 110111 0 11 11100110 1011100 1000001

Color Harmonies of #526FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FF8

Black with #526FF8

Text Example


Text Example

White with #526FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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