Html Css Color HEX #527BE2 Royal Blue

📋 copy color: '#527BE2'

red 82 ◦ green 123 ◦ blue 226

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

Shades of Royal Blue #527BE2

Tints of Royal Blue #527BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 226 (88.67% from 255) = 52.44%

R = 19.03%
G = 28.54%
B = 52.44%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#527BE2 (or 0x527BE2) is known color: Royal Blue. HEX triplet: 52, 7B and E2. RGB value is (82,123,226). Sum of RGB (Red+Green+Blue) = 82+123+226=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 226 (88.67% from 255 or 52.44% from 431); Max value from RGB is 226 - color contains mainly: blue. Hex color #527BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BE2 is #AD841D. Grayscale: #7A7A7A. Windows color (decimal): -11371550 or 14842706. OLE color: 14842706.

HSL color Cylindrical-coordinate representation of color #527BE2: hue angle of 222.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #527BE2 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 123 226 -
CMYK 0.64 0.46 0 0.11
HSL 222.92º 0.71% 0.6% -
HSV(B) 222.92º 0.64% 0.89% -
XYZ 24.29 21.45 74.81 -
YUV 122.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 82 123 226 0.64 0.46 0 0.11 222.92 0.71 0.6
Hex 52 7B E2 40 2E 0 B DF 47 3C
Octal 122 173 342 100 56 0 13 337 107 74
Binary 1010010 1111011 11100010 1000000 101110 0 1011 11011111 1000111 111100

Color Harmonies of #527BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BE2

Black with #527BE2

Text Example


Text Example

White with #527BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527BE2; }

 p { color: rgb(82,123,226); }

 H1.HeaderClassName
 {
   color: #527BE2;
 }
 .AnyTagClassName
 {
   color: #527BE2;
 }
</style>

background-color css

<style>
 a { background-color: #527BE2; }

 a { background-color: rgb(82,123,226); }

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

border-color css

<style>
 span { border-color: #527BE2; }

 span { border-color: rgb(82,123,226); }

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