Html Css Color HEX #527EE4 Royal Blue

📋 copy color: '#527EE4'

red 82 ◦ green 126 ◦ blue 228

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

Shades of Royal Blue #527EE4

Tints of Royal Blue #527EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 52.29%

R = 18.81%
G = 28.9%
B = 52.29%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#527EE4 (or 0x527EE4) is known color: Royal Blue. HEX triplet: 52, 7E and E4. RGB value is (82,126,228). Sum of RGB (Red+Green+Blue) = 82+126+228=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #527EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527EE4 is #AD811B. Grayscale: #7C7C7C. Windows color (decimal): -11370780 or 14974546. OLE color: 14974546.

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

Color convert

RGB 82 126 228 -
CMYK 0.64 0.45 0 0.11
HSL 221.92º 0.73% 0.61% -
HSV(B) 221.92º 0.64% 0.89% -
XYZ 24.94 22.32 76.39 -
YUV 124.47 186.42 97.71 -
System Red Green Blue C M Y K H S L
Decimal 82 126 228 0.64 0.45 0 0.11 221.92 0.73 0.61
Hex 52 7E E4 40 2D 0 B DE 49 3D
Octal 122 176 344 100 55 0 13 336 111 75
Binary 1010010 1111110 11100100 1000000 101101 0 1011 11011110 1001001 111101

Color Harmonies of #527EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EE4

Black with #527EE4

Text Example


Text Example

White with #527EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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