Html Css Color HEX #525CDB Royal Blue

📋 copy color: '#525CDB'

red 82 ◦ green 92 ◦ blue 219

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

Shades of Royal Blue #525CDB

Tints of Royal Blue #525CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

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

R = 20.87%
G = 23.41%
B = 55.73%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#525CDB (or 0x525CDB) is known color: Royal Blue. HEX triplet: 52, 5C and DB. RGB value is (82,92,219). Sum of RGB (Red+Green+Blue) = 82+92+219=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #525CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CDB is #ADA324. Grayscale: #666666. Windows color (decimal): -11379493 or 14376018. OLE color: 14376018.

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

Color convert

RGB 82 92 219 -
CMYK 0.63 0.58 0 0.14
HSL 235.62º 0.66% 0.59% -
HSV(B) 235.62º 0.63% 0.86% -
XYZ 20.09 14.56 68.77 -
YUV 103.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 82 92 219 0.63 0.58 0 0.14 235.62 0.66 0.59
Hex 52 5C DB 3F 3A 0 E EC 42 3B
Octal 122 134 333 77 72 0 16 354 102 73
Binary 1010010 1011100 11011011 111111 111010 0 1110 11101100 1000010 111011

Color Harmonies of #525CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CDB

Black with #525CDB

Text Example


Text Example

White with #525CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525CDB; }

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

 H1.HeaderClassName
 {
   color: #525CDB;
 }
 .AnyTagClassName
 {
   color: #525CDB;
 }
</style>

background-color css

<style>
 a { background-color: #525CDB; }

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

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

border-color css

<style>
 span { border-color: #525CDB; }

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

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