Html Css Color HEX #527FE5 Royal Blue

📋 copy color: '#527FE5'

red 82 ◦ green 127 ◦ blue 229

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

Shades of Royal Blue #527FE5

Tints of Royal Blue #527FE5

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

 BLUE value IS 229 (89.84% from 255) = 52.28%

R = 18.72%
G = 29%
B = 52.28%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#527FE5 (or 0x527FE5) is known color: Royal Blue. HEX triplet: 52, 7F and E5. RGB value is (82,127,229). Sum of RGB (Red+Green+Blue) = 82+127+229=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #527FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FE5 is #AD801A. Grayscale: #7C7C7C. Windows color (decimal): -11370523 or 15040338. OLE color: 15040338.

HSL color Cylindrical-coordinate representation of color #527FE5: hue angle of 221.63º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #527FE5 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 127 229 -
CMYK 0.64 0.45 0 0.10
HSL 221.63º 0.74% 0.61% -
HSV(B) 221.63º 0.64% 0.9% -
XYZ 25.21 22.63 77.17 -
YUV 125.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 82 127 229 0.64 0.45 0 0.10 221.63 0.74 0.61
Hex 52 7F E5 40 2D 0 A DE 4A 3D
Octal 122 177 345 100 55 0 12 336 112 75
Binary 1010010 1111111 11100101 1000000 101101 0 1010 11011110 1001010 111101

Color Harmonies of #527FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FE5

Black with #527FE5

Text Example


Text Example

White with #527FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,127,229); }

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

background-color css

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

 a { background-color: rgb(82,127,229); }

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

border-color css

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

 span { border-color: rgb(82,127,229); }

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