Html Css Color HEX #527EE9 Royal Blue

📋 copy color: '#527EE9'

red 82 ◦ green 126 ◦ blue 233

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

Shades of Royal Blue #527EE9

Tints of Royal Blue #527EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 18.59%
G = 28.57%
B = 52.83%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#527EE9 (or 0x527EE9) is known color: Royal Blue. HEX triplet: 52, 7E and E9. RGB value is (82,126,233). Sum of RGB (Red+Green+Blue) = 82+126+233=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #527EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EE9 is #AD8116. Grayscale: #7C7C7C. Windows color (decimal): -11370775 or 15302226. OLE color: 15302226.

HSL color Cylindrical-coordinate representation of color #527EE9: hue angle of 222.52º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527EE9 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 126 233 -
CMYK 0.65 0.46 0 0.09
HSL 222.52º 0.77% 0.62% -
HSV(B) 222.52º 0.65% 0.91% -
XYZ 25.65 22.6 80.1 -
YUV 125.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 82 126 233 0.65 0.46 0 0.09 222.52 0.77 0.62
Hex 52 7E E9 41 2E 0 9 DF 4D 3E
Octal 122 176 351 101 56 0 11 337 115 76
Binary 1010010 1111110 11101001 1000001 101110 0 1001 11011111 1001101 111110

Color Harmonies of #527EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EE9

Black with #527EE9

Text Example


Text Example

White with #527EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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