Html Css Color HEX #526BEB Royal Blue

📋 copy color: '#526BEB'

red 82 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #526BEB

Tints of Royal Blue #526BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 19.34%
G = 25.24%
B = 55.42%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#526BEB (or 0x526BEB) is known color: Royal Blue. HEX triplet: 52, 6B and EB. RGB value is (82,107,235). Sum of RGB (Red+Green+Blue) = 82+107+235=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #526BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526BEB is #AD9414. Grayscale: #717171. Windows color (decimal): -11375637 or 15428434. OLE color: 15428434.

HSL color Cylindrical-coordinate representation of color #526BEB: hue angle of 230.2º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526BEB is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 107 235 -
CMYK 0.65 0.54 0 0.08
HSL 230.2º 0.79% 0.62% -
HSV(B) 230.2º 0.65% 0.92% -
XYZ 23.73 18.31 80.88 -
YUV 114.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 82 107 235 0.65 0.54 0 0.08 230.2 0.79 0.62
Hex 52 6B EB 41 36 0 8 E6 4F 3E
Octal 122 153 353 101 66 0 10 346 117 76
Binary 1010010 1101011 11101011 1000001 110110 0 1000 11100110 1001111 111110

Color Harmonies of #526BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BEB

Black with #526BEB

Text Example


Text Example

White with #526BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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