Html Css Color HEX #527DEC Royal Blue

📋 copy color: '#527DEC'

red 82 ◦ green 125 ◦ blue 236

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

Shades of Royal Blue #527DEC

Tints of Royal Blue #527DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.22%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 18.51%
G = 28.22%
B = 53.27%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#527DEC (or 0x527DEC) is known color: Royal Blue. HEX triplet: 52, 7D and EC. RGB value is (82,125,236). Sum of RGB (Red+Green+Blue) = 82+125+236=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #527DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DEC is #AD8213. Grayscale: #7C7C7C. Windows color (decimal): -11371028 or 15498578. OLE color: 15498578.

HSL color Cylindrical-coordinate representation of color #527DEC: hue angle of 223.25º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527DEC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 125 236 -
CMYK 0.65 0.47 0 0.07
HSL 223.25º 0.8% 0.62% -
HSV(B) 223.25º 0.65% 0.93% -
XYZ 25.95 22.52 82.34 -
YUV 124.8 190.75 97.47 -
System Red Green Blue C M Y K H S L
Decimal 82 125 236 0.65 0.47 0 0.07 223.25 0.8 0.62
Hex 52 7D EC 41 2F 0 7 DF 50 3E
Octal 122 175 354 101 57 0 7 337 120 76
Binary 1010010 1111101 11101100 1000001 101111 0 111 11011111 1010000 111110

Color Harmonies of #527DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DEC

Black with #527DEC

Text Example


Text Example

White with #527DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,236); }

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

background-color css

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

 a { background-color: rgb(82,125,236); }

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

border-color css

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

 span { border-color: rgb(82,125,236); }

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