Html Css Color HEX #506CDA Royal Blue

📋 copy color: '#506CDA'

red 80 ◦ green 108 ◦ blue 218

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

Shades of Royal Blue #506CDA

Tints of Royal Blue #506CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 19.7%
G = 26.6%
B = 53.69%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#506CDA (or 0x506CDA) is known color: Royal Blue. HEX triplet: 50, 6C and DA. RGB value is (80,108,218). Sum of RGB (Red+Green+Blue) = 80+108+218=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #506CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CDA is #AF9325. Grayscale: #6F6F6F. Windows color (decimal): -11506470 or 14314576. OLE color: 14314576.

HSL color Cylindrical-coordinate representation of color #506CDA: hue angle of 227.83º 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 #506CDA is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 108 218 -
CMYK 0.63 0.50 0 0.15
HSL 227.83º 0.65% 0.58% -
HSV(B) 227.83º 0.63% 0.85% -
XYZ 21.33 17.49 68.58 -
YUV 112.17 187.72 105.06 -
System Red Green Blue C M Y K H S L
Decimal 80 108 218 0.63 0.50 0 0.15 227.83 0.65 0.58
Hex 50 6C DA 3F 32 0 F E4 41 3A
Octal 120 154 332 77 62 0 17 344 101 72
Binary 1010000 1101100 11011010 111111 110010 0 1111 11100100 1000001 111010

Color Harmonies of #506CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CDA

Black with #506CDA

Text Example


Text Example

White with #506CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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