Html Css Color HEX #527BDA Royal Blue

📋 copy color: '#527BDA'

red 82 ◦ green 123 ◦ blue 218

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

Shades of Royal Blue #527BDA

Tints of Royal Blue #527BDA

RGB

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

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

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

R = 19.39%
G = 29.08%
B = 51.54%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#527BDA (or 0x527BDA) is known color: Royal Blue. HEX triplet: 52, 7B and DA. RGB value is (82,123,218). Sum of RGB (Red+Green+Blue) = 82+123+218=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #527BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BDA is #AD8425. Grayscale: #797979. Windows color (decimal): -11371558 or 14318418. OLE color: 14318418.

HSL color Cylindrical-coordinate representation of color #527BDA: hue angle of 221.91º 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 #527BDA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 123 218 -
CMYK 0.62 0.44 0 0.15
HSL 221.91º 0.65% 0.59% -
HSV(B) 221.91º 0.62% 0.85% -
XYZ 23.22 21.02 69.16 -
YUV 121.57 182.42 99.78 -
System Red Green Blue C M Y K H S L
Decimal 82 123 218 0.62 0.44 0 0.15 221.91 0.65 0.59
Hex 52 7B DA 3E 2C 0 F DE 41 3B
Octal 122 173 332 76 54 0 17 336 101 73
Binary 1010010 1111011 11011010 111110 101100 0 1111 11011110 1000001 111011

Color Harmonies of #527BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BDA

Black with #527BDA

Text Example


Text Example

White with #527BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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