Html Css Color HEX #505ADB Royal Blue

📋 copy color: '#505ADB'

red 80 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #505ADB

Tints of Royal Blue #505ADB

RGB

 RED value IS 80 (31.64% from 255) = 20.57%

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 20.57%
G = 23.14%
B = 56.3%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#505ADB (or 0x505ADB) is known color: Royal Blue. HEX triplet: 50, 5A and DB. RGB value is (80,90,219). Sum of RGB (Red+Green+Blue) = 80+90+219=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #505ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ADB is #AFA524. Grayscale: #656565. Windows color (decimal): -11511077 or 14375504. OLE color: 14375504.

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

Color convert

RGB 80 90 219 -
CMYK 0.63 0.59 0 0.14
HSL 235.68º 0.66% 0.59% -
HSV(B) 235.68º 0.63% 0.86% -
XYZ 19.75 14.13 68.7 -
YUV 101.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 80 90 219 0.63 0.59 0 0.14 235.68 0.66 0.59
Hex 50 5A DB 3F 3B 0 E EC 42 3B
Octal 120 132 333 77 73 0 16 354 102 73
Binary 1010000 1011010 11011011 111111 111011 0 1110 11101100 1000010 111011

Color Harmonies of #505ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505ADB

Black with #505ADB

Text Example


Text Example

White with #505ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,90,219); }

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

background-color css

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

 a { background-color: rgb(80,90,219); }

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

border-color css

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

 span { border-color: rgb(80,90,219); }

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