Html Css Color HEX #526FE8 Royal Blue

📋 copy color: '#526FE8'

red 82 ◦ green 111 ◦ blue 232

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

Shades of Royal Blue #526FE8

Tints of Royal Blue #526FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.59%

R = 19.29%
G = 26.12%
B = 54.59%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#526FE8 (or 0x526FE8) is known color: Royal Blue. HEX triplet: 52, 6F and E8. RGB value is (82,111,232). Sum of RGB (Red+Green+Blue) = 82+111+232=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #526FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FE8 is #AD9017. Grayscale: #737373. Windows color (decimal): -11374616 or 15232850. OLE color: 15232850.

HSL color Cylindrical-coordinate representation of color #526FE8: hue angle of 228.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526FE8 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 111 232 -
CMYK 0.65 0.52 0 0.09
HSL 228.4º 0.77% 0.62% -
HSV(B) 228.4º 0.65% 0.91% -
XYZ 23.73 18.99 78.76 -
YUV 116.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 82 111 232 0.65 0.52 0 0.09 228.4 0.77 0.62
Hex 52 6F E8 41 34 0 9 E4 4D 3E
Octal 122 157 350 101 64 0 11 344 115 76
Binary 1010010 1101111 11101000 1000001 110100 0 1001 11100100 1001101 111110

Color Harmonies of #526FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FE8

Black with #526FE8

Text Example


Text Example

White with #526FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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