Html Css Color HEX #505ADF Royal Blue

📋 copy color: '#505ADF'

red 80 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #505ADF

Tints of Royal Blue #505ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 20.36%
G = 22.9%
B = 56.74%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#505ADF (or 0x505ADF) is known color: Royal Blue. HEX triplet: 50, 5A and DF. RGB value is (80,90,223). Sum of RGB (Red+Green+Blue) = 80+90+223=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #505ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ADF is #AFA520. Grayscale: #656565. Windows color (decimal): -11511073 or 14637648. OLE color: 14637648.

HSL color Cylindrical-coordinate representation of color #505ADF: hue angle of 235.8º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505ADF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 90 223 -
CMYK 0.64 0.60 0 0.13
HSL 235.8º 0.69% 0.59% -
HSV(B) 235.8º 0.64% 0.87% -
XYZ 20.28 14.35 71.51 -
YUV 102.17 196.19 112.19 -
System Red Green Blue C M Y K H S L
Decimal 80 90 223 0.64 0.60 0 0.13 235.8 0.69 0.59
Hex 50 5A DF 40 3C 0 D EC 45 3B
Octal 120 132 337 100 74 0 15 354 105 73
Binary 1010000 1011010 11011111 1000000 111100 0 1101 11101100 1000101 111011

Color Harmonies of #505ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505ADF

Black with #505ADF

Text Example


Text Example

White with #505ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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