Html Css Color HEX #527DDA Royal Blue

📋 copy color: '#527DDA'

red 82 ◦ green 125 ◦ blue 218

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

Shades of Royal Blue #527DDA

Tints of Royal Blue #527DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 19.29%
G = 29.41%
B = 51.29%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#527DDA (or 0x527DDA) is known color: Royal Blue. HEX triplet: 52, 7D and DA. RGB value is (82,125,218). Sum of RGB (Red+Green+Blue) = 82+125+218=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #527DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DDA is #AD8225. Grayscale: #7A7A7A. Windows color (decimal): -11371046 or 14318930. OLE color: 14318930.

HSL color Cylindrical-coordinate representation of color #527DDA: hue angle of 221.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #527DDA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 125 218 -
CMYK 0.62 0.43 0 0.15
HSL 221.03º 0.65% 0.59% -
HSV(B) 221.03º 0.62% 0.85% -
XYZ 23.47 21.52 69.25 -
YUV 122.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 82 125 218 0.62 0.43 0 0.15 221.03 0.65 0.59
Hex 52 7D DA 3E 2B 0 F DD 41 3B
Octal 122 175 332 76 53 0 17 335 101 73
Binary 1010010 1111101 11011010 111110 101011 0 1111 11011101 1000001 111011

Color Harmonies of #527DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DDA

Black with #527DDA

Text Example


Text Example

White with #527DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,218); }

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

background-color css

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

 a { background-color: rgb(82,125,218); }

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

border-color css

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

 span { border-color: rgb(82,125,218); }

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