Html Css Color HEX #527EEC Royal Blue

📋 copy color: '#527EEC'

red 82 ◦ green 126 ◦ blue 236

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

Shades of Royal Blue #527EEC

Tints of Royal Blue #527EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

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

R = 18.47%
G = 28.38%
B = 53.15%

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

#527EEC (or 0x527EEC) is known color: Royal Blue. HEX triplet: 52, 7E and EC. RGB value is (82,126,236). Sum of RGB (Red+Green+Blue) = 82+126+236=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #527EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EEC is #AD8113. Grayscale: #7C7C7C. Windows color (decimal): -11370772 or 15498834. OLE color: 15498834.

HSL color Cylindrical-coordinate representation of color #527EEC: hue angle of 222.86º 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 #527EEC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 126 236 -
CMYK 0.65 0.47 0 0.07
HSL 222.86º 0.8% 0.62% -
HSV(B) 222.86º 0.65% 0.93% -
XYZ 26.08 22.77 82.38 -
YUV 125.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 82 126 236 0.65 0.47 0 0.07 222.86 0.8 0.62
Hex 52 7E EC 41 2F 0 7 DF 50 3E
Octal 122 176 354 101 57 0 7 337 120 76
Binary 1010010 1111110 11101100 1000001 101111 0 111 11011111 1010000 111110

Color Harmonies of #527EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EEC

Black with #527EEC

Text Example


Text Example

White with #527EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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