Html Css Color HEX #527BEE Royal Blue

📋 copy color: '#527BEE'

red 82 ◦ green 123 ◦ blue 238

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

Shades of Royal Blue #527BEE

Tints of Royal Blue #527BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 18.51%
G = 27.77%
B = 53.72%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#527BEE (or 0x527BEE) is known color: Royal Blue. HEX triplet: 52, 7B and EE. RGB value is (82,123,238). Sum of RGB (Red+Green+Blue) = 82+123+238=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #527BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BEE is #AD8411. Grayscale: #7B7B7B. Windows color (decimal): -11371538 or 15629138. OLE color: 15629138.

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

Color convert

RGB 82 123 238 -
CMYK 0.66 0.48 0 0.07
HSL 224.23º 0.82% 0.63% -
HSV(B) 224.23º 0.66% 0.93% -
XYZ 26 22.13 83.79 -
YUV 123.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 82 123 238 0.66 0.48 0 0.07 224.23 0.82 0.63
Hex 52 7B EE 42 30 0 7 E0 52 3F
Octal 122 173 356 102 60 0 7 340 122 77
Binary 1010010 1111011 11101110 1000010 110000 0 111 11100000 1010010 111111

Color Harmonies of #527BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BEE

Black with #527BEE

Text Example


Text Example

White with #527BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,123,238); }

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

background-color css

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

 a { background-color: rgb(82,123,238); }

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

border-color css

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

 span { border-color: rgb(82,123,238); }

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