Html Css Color HEX #527BDD Royal Blue

📋 copy color: '#527BDD'

red 82 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #527BDD

Tints of Royal Blue #527BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 19.25%
G = 28.87%
B = 51.88%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#527BDD (or 0x527BDD) is known color: Royal Blue. HEX triplet: 52, 7B and DD. RGB value is (82,123,221). Sum of RGB (Red+Green+Blue) = 82+123+221=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #527BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BDD is #AD8422. Grayscale: #797979. Windows color (decimal): -11371555 or 14515026. OLE color: 14515026.

HSL color Cylindrical-coordinate representation of color #527BDD: hue angle of 222.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527BDD is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 123 221 -
CMYK 0.63 0.44 0 0.13
HSL 222.3º 0.67% 0.59% -
HSV(B) 222.3º 0.63% 0.87% -
XYZ 23.61 21.18 71.25 -
YUV 121.91 183.92 99.53 -
System Red Green Blue C M Y K H S L
Decimal 82 123 221 0.63 0.44 0 0.13 222.3 0.67 0.59
Hex 52 7B DD 3F 2C 0 D DE 43 3B
Octal 122 173 335 77 54 0 15 336 103 73
Binary 1010010 1111011 11011101 111111 101100 0 1101 11011110 1000011 111011

Color Harmonies of #527BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BDD

Black with #527BDD

Text Example


Text Example

White with #527BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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