Html Css Color HEX #527EEB Royal Blue

📋 copy color: '#527EEB'

red 82 ◦ green 126 ◦ blue 235

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

Shades of Royal Blue #527EEB

Tints of Royal Blue #527EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 18.51%
G = 28.44%
B = 53.05%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#527EEB (or 0x527EEB) is known color: Royal Blue. HEX triplet: 52, 7E and EB. RGB value is (82,126,235). Sum of RGB (Red+Green+Blue) = 82+126+235=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #527EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EEB is #AD8114. Grayscale: #7C7C7C. Windows color (decimal): -11370773 or 15433298. OLE color: 15433298.

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

Color convert

RGB 82 126 235 -
CMYK 0.65 0.46 0 0.08
HSL 222.75º 0.79% 0.62% -
HSV(B) 222.75º 0.65% 0.92% -
XYZ 25.94 22.71 81.61 -
YUV 125.27 189.92 97.14 -
System Red Green Blue C M Y K H S L
Decimal 82 126 235 0.65 0.46 0 0.08 222.75 0.79 0.62
Hex 52 7E EB 41 2E 0 8 DF 4F 3E
Octal 122 176 353 101 56 0 10 337 117 76
Binary 1010010 1111110 11101011 1000001 101110 0 1000 11011111 1001111 111110

Color Harmonies of #527EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EEB

Black with #527EEB

Text Example


Text Example

White with #527EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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