Html Css Color HEX #527CED Royal Blue

📋 copy color: '#527CED'

red 82 ◦ green 124 ◦ blue 237

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

Shades of Royal Blue #527CED

Tints of Royal Blue #527CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 18.51%
G = 27.99%
B = 53.5%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#527CED (or 0x527CED) is known color: Royal Blue. HEX triplet: 52, 7C and ED. RGB value is (82,124,237). Sum of RGB (Red+Green+Blue) = 82+124+237=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #527CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CED is #AD8312. Grayscale: #7B7B7B. Windows color (decimal): -11371283 or 15563858. OLE color: 15563858.

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

Color convert

RGB 82 124 237 -
CMYK 0.65 0.48 0 0.07
HSL 223.74º 0.81% 0.63% -
HSV(B) 223.74º 0.65% 0.93% -
XYZ 25.97 22.32 83.06 -
YUV 124.32 191.59 97.81 -
System Red Green Blue C M Y K H S L
Decimal 82 124 237 0.65 0.48 0 0.07 223.74 0.81 0.63
Hex 52 7C ED 41 30 0 7 E0 51 3F
Octal 122 174 355 101 60 0 7 340 121 77
Binary 1010010 1111100 11101101 1000001 110000 0 111 11100000 1010001 111111

Color Harmonies of #527CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CED

Black with #527CED

Text Example


Text Example

White with #527CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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