Html Css Color HEX #527ADB Royal Blue

📋 copy color: '#527ADB'

red 82 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #527ADB

Tints of Royal Blue #527ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 19.39%
G = 28.84%
B = 51.77%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#527ADB (or 0x527ADB) is known color: Royal Blue. HEX triplet: 52, 7A and DB. RGB value is (82,122,219). Sum of RGB (Red+Green+Blue) = 82+122+219=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #527ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ADB is #AD8524. Grayscale: #787878. Windows color (decimal): -11371813 or 14383698. OLE color: 14383698.

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

Color convert

RGB 82 122 219 -
CMYK 0.63 0.44 0 0.14
HSL 222.48º 0.66% 0.59% -
HSV(B) 222.48º 0.63% 0.86% -
XYZ 23.23 20.83 69.81 -
YUV 121.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 82 122 219 0.63 0.44 0 0.14 222.48 0.66 0.59
Hex 52 7A DB 3F 2C 0 E DE 42 3B
Octal 122 172 333 77 54 0 16 336 102 73
Binary 1010010 1111010 11011011 111111 101100 0 1110 11011110 1000010 111011

Color Harmonies of #527ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ADB

Black with #527ADB

Text Example


Text Example

White with #527ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,122,219); }

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

background-color css

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

 a { background-color: rgb(82,122,219); }

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

border-color css

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

 span { border-color: rgb(82,122,219); }

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