Html Css Color HEX #527CE7 Royal Blue

📋 copy color: '#527CE7'

red 82 ◦ green 124 ◦ blue 231

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

Shades of Royal Blue #527CE7

Tints of Royal Blue #527CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 18.76%
G = 28.38%
B = 52.86%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#527CE7 (or 0x527CE7) is known color: Royal Blue. HEX triplet: 52, 7C and E7. RGB value is (82,124,231). Sum of RGB (Red+Green+Blue) = 82+124+231=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #527CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CE7 is #AD8318. Grayscale: #7B7B7B. Windows color (decimal): -11371289 or 15170642. OLE color: 15170642.

HSL color Cylindrical-coordinate representation of color #527CE7: hue angle of 223.09º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527CE7 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 124 231 -
CMYK 0.65 0.46 0 0.09
HSL 223.09º 0.76% 0.61% -
HSV(B) 223.09º 0.65% 0.91% -
XYZ 25.11 21.98 78.52 -
YUV 123.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 82 124 231 0.65 0.46 0 0.09 223.09 0.76 0.61
Hex 52 7C E7 41 2E 0 9 DF 4C 3D
Octal 122 174 347 101 56 0 11 337 114 75
Binary 1010010 1111100 11100111 1000001 101110 0 1001 11011111 1001100 111101

Color Harmonies of #527CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CE7

Black with #527CE7

Text Example


Text Example

White with #527CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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