Html Css Color HEX #505CDA Royal Blue

📋 copy color: '#505CDA'

red 80 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #505CDA

Tints of Royal Blue #505CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 20.51%
G = 23.59%
B = 55.9%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#505CDA (or 0x505CDA) is known color: Royal Blue. HEX triplet: 50, 5C and DA. RGB value is (80,92,218). Sum of RGB (Red+Green+Blue) = 80+92+218=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #505CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CDA is #AFA325. Grayscale: #666666. Windows color (decimal): -11510566 or 14310480. OLE color: 14310480.

HSL color Cylindrical-coordinate representation of color #505CDA: hue angle of 234.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #505CDA is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 92 218 -
CMYK 0.63 0.58 0 0.15
HSL 234.78º 0.65% 0.58% -
HSV(B) 234.78º 0.63% 0.85% -
XYZ 19.79 14.42 68.07 -
YUV 102.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 80 92 218 0.63 0.58 0 0.15 234.78 0.65 0.58
Hex 50 5C DA 3F 3A 0 F EB 41 3A
Octal 120 134 332 77 72 0 17 353 101 72
Binary 1010000 1011100 11011010 111111 111010 0 1111 11101011 1000001 111010

Color Harmonies of #505CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CDA

Black with #505CDA

Text Example


Text Example

White with #505CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,92,218); }

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

background-color css

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

 a { background-color: rgb(80,92,218); }

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

border-color css

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

 span { border-color: rgb(80,92,218); }

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