Html Css Color HEX #506FDA Royal Blue

📋 copy color: '#506FDA'

red 80 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #506FDA

Tints of Royal Blue #506FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

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

R = 19.56%
G = 27.14%
B = 53.3%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#506FDA (or 0x506FDA) is known color: Royal Blue. HEX triplet: 50, 6F and DA. RGB value is (80,111,218). Sum of RGB (Red+Green+Blue) = 80+111+218=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #506FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FDA is #AF9025. Grayscale: #717171. Windows color (decimal): -11505702 or 14315344. OLE color: 14315344.

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

Color convert

RGB 80 111 218 -
CMYK 0.63 0.49 0 0.15
HSL 226.52º 0.65% 0.58% -
HSV(B) 226.52º 0.63% 0.85% -
XYZ 21.65 18.14 68.69 -
YUV 113.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 80 111 218 0.63 0.49 0 0.15 226.52 0.65 0.58
Hex 50 6F DA 3F 31 0 F E3 41 3A
Octal 120 157 332 77 61 0 17 343 101 72
Binary 1010000 1101111 11011010 111111 110001 0 1111 11100011 1000001 111010

Color Harmonies of #506FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FDA

Black with #506FDA

Text Example


Text Example

White with #506FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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