Html Css Color HEX #527CEB Royal Blue

📋 copy color: '#527CEB'

red 82 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #527CEB

Tints of Royal Blue #527CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

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

R = 18.59%
G = 28.12%
B = 53.29%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#527CEB (or 0x527CEB) is known color: Royal Blue. HEX triplet: 52, 7C and EB. RGB value is (82,124,235). Sum of RGB (Red+Green+Blue) = 82+124+235=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #527CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CEB is #AD8314. Grayscale: #7B7B7B. Windows color (decimal): -11371285 or 15432786. OLE color: 15432786.

HSL color Cylindrical-coordinate representation of color #527CEB: hue angle of 223.53º 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 #527CEB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 124 235 -
CMYK 0.65 0.47 0 0.08
HSL 223.53º 0.79% 0.62% -
HSV(B) 223.53º 0.65% 0.92% -
XYZ 25.68 22.21 81.53 -
YUV 124.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 82 124 235 0.65 0.47 0 0.08 223.53 0.79 0.62
Hex 52 7C EB 41 2F 0 8 E0 4F 3E
Octal 122 174 353 101 57 0 10 340 117 76
Binary 1010010 1111100 11101011 1000001 101111 0 1000 11100000 1001111 111110

Color Harmonies of #527CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CEB

Black with #527CEB

Text Example


Text Example

White with #527CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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