Html Css Color HEX #527DDB Royal Blue

📋 copy color: '#527DDB'

red 82 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #527DDB

Tints of Royal Blue #527DDB

RGB

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

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

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

R = 19.25%
G = 29.34%
B = 51.41%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#527DDB (or 0x527DDB) is known color: Royal Blue. HEX triplet: 52, 7D and DB. RGB value is (82,125,219). Sum of RGB (Red+Green+Blue) = 82+125+219=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #527DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DDB is #AD8224. Grayscale: #7A7A7A. Windows color (decimal): -11371045 or 14384466. OLE color: 14384466.

HSL color Cylindrical-coordinate representation of color #527DDB: hue angle of 221.17º 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 #527DDB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 125 219 -
CMYK 0.63 0.43 0 0.14
HSL 221.17º 0.66% 0.59% -
HSV(B) 221.17º 0.63% 0.86% -
XYZ 23.6 21.58 69.94 -
YUV 122.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 82 125 219 0.63 0.43 0 0.14 221.17 0.66 0.59
Hex 52 7D DB 3F 2B 0 E DD 42 3B
Octal 122 175 333 77 53 0 16 335 102 73
Binary 1010010 1111101 11011011 111111 101011 0 1110 11011101 1000010 111011

Color Harmonies of #527DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DDB

Black with #527DDB

Text Example


Text Example

White with #527DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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