Html Css Color HEX #527CEF Royal Blue

📋 copy color: '#527CEF'

red 82 ◦ green 124 ◦ blue 239

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

Shades of Royal Blue #527CEF

Tints of Royal Blue #527CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.71%

R = 18.43%
G = 27.87%
B = 53.71%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#527CEF (or 0x527CEF) is known color: Royal Blue. HEX triplet: 52, 7C and EF. RGB value is (82,124,239). Sum of RGB (Red+Green+Blue) = 82+124+239=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #527CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CEF is #AD8310. Grayscale: #7C7C7C. Windows color (decimal): -11371281 or 15694930. OLE color: 15694930.

HSL color Cylindrical-coordinate representation of color #527CEF: hue angle of 223.95º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527CEF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 124 239 -
CMYK 0.66 0.48 0 0.06
HSL 223.95º 0.83% 0.63% -
HSV(B) 223.95º 0.66% 0.94% -
XYZ 26.27 22.44 84.61 -
YUV 124.55 192.59 97.65 -
System Red Green Blue C M Y K H S L
Decimal 82 124 239 0.66 0.48 0 0.06 223.95 0.83 0.63
Hex 52 7C EF 42 30 0 6 E0 53 3F
Octal 122 174 357 102 60 0 6 340 123 77
Binary 1010010 1111100 11101111 1000010 110000 0 110 11100000 1010011 111111

Color Harmonies of #527CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CEF

Black with #527CEF

Text Example


Text Example

White with #527CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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